File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,26 +16,11 @@ jobs:
1616 outputs :
1717 repos : ${{ steps.get-org-repos.outputs.repos }}
1818
19- sync :
19+ add_bug_to_project :
2020 needs :
2121 - get-org-repos
2222 runs-on : ubuntu-latest
23- strategy :
24- matrix :
25- repo : ${{ fromJson(needs.get-org-repos.outputs.repos) }}
26- fail-fast : false
27- steps :
28- - uses : actions/checkout@main
29- with :
30- repository : ${{ github.event.organization.login }}/${{ matrix.repo }}
31- token : ${{ secrets.PROJECT_PAT }}
32- - uses : amenocal/stale@main
33- with :
34- repo-token : ${{ secrets.PROJECT_PAT }}
35- repo-name : ${{ matrix.repo }}
36- add_bug_to_project :
3723 if : github.event_name == 'issues' && (github.event.label.name == 'bug' || contains(github.event.issue.labels.*.name, 'bug'))
38- runs-on : ubuntu-latest
3924 steps :
4025 - name : Add issue to project
4126 uses : actions/add-to-project@v1
You can’t perform that action at this time.
0 commit comments