Skip to content

Commit 3bcd8e4

Browse files
authored
Update bug-tracker.yml (#18)
Signed-off-by: Jory Burson <jburson@linuxfoundation.org>
1 parent 3e8a6dc commit 3bcd8e4

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/bug-tracker.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)