Skip to content

Commit

Permalink
Merge pull request #4 from AFM-SPM/ns-rse/3-issues-to-project
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 10, 2023
2 parents c9bc9d3 + 0831c42 commit 0a9b525
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-issue-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add Issues to Project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/AFM-SPM/projects/2
github-token: ${{ secrets.GH_ISSUE_TO_PROJECT }}
labeled: admin, blocked, bug, CI/CD, DNATracing, documentation, enhancement, Filters, Grains, GrainStats, Images, linting, Plotting, testing, user experience
label-operator: OR

0 comments on commit 0a9b525

Please sign in to comment.