Skip to content

Commit

Permalink
ci: Add versioin back into add-issues-to-project with the right syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelino committed May 2, 2024
1 parent 67d3f36 commit 51f0123
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ on:
issues:
types:
- labeled
- opened

jobs:
add-to-project:
name: Add issue to project if tagged "project"
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project
- uses: actions/add-to-project@v1.0.0
with:
project-url: https://github.com/orgs/SocialChangeLab/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: project
label-operator: OR

0 comments on commit 51f0123

Please sign in to comment.