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 10, 2025
1 parent 7f3d0d5 commit be379f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_issues_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v1.0.2
if: github.event.action == 'opened'
with:
project-url: https://github.com/orgs/ooni/projects/31
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}

- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v1.0.2
if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/')
with:
project-url: https://github.com/orgs/ooni/projects/33
Expand Down

0 comments on commit be379f2

Please sign in to comment.