| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9fc2479 commit 95c80f5
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ on: | |||
| 5 | 5 | ||
| 6 | 6 | jobs: | |
| 7 | 7 | stale: | |
| 8 | + if: github.repository == 'nodejs/node' | ||
| 8 | 9 | runs-on: ubuntu-latest | |
| 9 | 10 | steps: | |
| 10 | 11 | - uses: actions/stale@v3 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,7 @@ on: | |||
| 7 | 7 | ||
| 8 | 8 | jobs: | |
| 9 | 9 | staleComment: | |
| 10 | + if: github.repository == 'nodejs/node' | ||
| 10 | 11 | runs-on: ubuntu-latest | |
| 11 | 12 | steps: | |
| 12 | 13 | - name: Post comment | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,8 @@ on: | |||
| 7 | 7 | workflow_dispatch: | |
| 8 | 8 | ||
| 9 | 9 | jobs: | |
| 10 | - update_routes: | ||
| 10 | + update_license: | ||
| 11 | + if: github.repository == 'nodejs/node' | ||
| 11 | 12 | runs-on: ubuntu-latest | |
| 12 | 13 | steps: | |
| 13 | 14 | - uses: actions/checkout@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments