Skip to content

Commit

Permalink
ci: Add github action add-issues-to-project
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelino committed May 2, 2024
1 parent dda3bdc commit 33f27b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issues tagged "project" to GH Project

on:
issues:
types:
- labeled

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

0 comments on commit 33f27b8

Please sign in to comment.