Skip to content

Commit fb6197d

Browse files
authored
Put new issues in lincc-frameworks project (#59)
This action should run each time a new issue is created and push it up to the lincc-frameworks project.
1 parent 42d517c commit fb6197d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add bugs to bugs project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@RELEASE_VERSION
14+
with:
15+
# You can target a repository in a different organization
16+
# to the issue
17+
project-url: https://github.com/orgs/lincc-frameworks/projects/1
18+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)