Skip to content

Commit

Permalink
Merge pull request #66 from UnionRolistes/mortifia-patch-1
Browse files Browse the repository at this point in the history
Create issue-to-project.yml
  • Loading branch information
mortifia authored Sep 5, 2023
2 parents c523bf5 + fa48a24 commit 3e4c922
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/UnionRolistes/projects/1/views/1
github-token: ${{ secrets.TEST }}

0 comments on commit 3e4c922

Please sign in to comment.