Skip to content

Commit

Permalink
Merge pull request #461 from charlielee/issue-441
Browse files Browse the repository at this point in the history
Add new issues to project workflow
  • Loading branch information
charlielee committed May 21, 2023
2 parents bf34f8d + e21c698 commit c74409f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/add-new-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Add new issues to project"
on:
issues:
types:
- opened
jobs:
add-new-issues-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/charlielee/projects/1
github-token: ${{ secrets.ADD_NEW_ISSUES_TO_PROJECT_TOKEN }}

0 comments on commit c74409f

Please sign in to comment.