Skip to content

Commit

Permalink
first try
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jan 25, 2024
1 parent e0b14ad commit 4ab7690
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add To GitHub projects


on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/metno/projects/12
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 4ab7690

Please sign in to comment.