Skip to content

Commit

Permalink
Update issue tracking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 30, 2025
1 parent 08e0b7e commit 9656c45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/add_issues_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@ on:
types:
- opened
- labeled
pull_request:
types:
- opened
- labeled

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
if: github.event.action == 'opened'
with:
# Add to triaging board
project-url: https://github.com/orgs/ooni/projects/47
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}
labeled: bug, triage
label-operator: OR


- uses: actions/[email protected]
if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/')
with:
# Add to funder reporting board
project-url: https://github.com/orgs/ooni/projects/33
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}

0 comments on commit 9656c45

Please sign in to comment.