Skip to content

Commit f613bd9

Browse files
committed
Update issue tracking workflow
1 parent 58f2ed6 commit f613bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_issues_to_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15+
if: github.event.action == 'opened'
1516
with:
1617
# Add to triaging board
1718
project-url: https://github.com/orgs/ooni/projects/47
1819
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}
1920
labeled: bug, triage
2021
label-operator: OR
2122

22-
2323
- uses: actions/[email protected]
2424
if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/')
2525
with:

0 commit comments

Comments
 (0)