Skip to content

Commit

Permalink
Create add-issue-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu authored Jun 13, 2023
1 parent e822f8a commit 631ef6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues to main Gray Foundation project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/gf-dcc/projects/2
github-token: ${{ secrets.GF_DCC_SERVICE }}

0 comments on commit 631ef6c

Please sign in to comment.