Skip to content

Commit

Permalink
Create add-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed May 17, 2022
1 parent 4f385ad commit 44de42b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add new bugs & PRs to This Week project

on:
issues:
types:
- opened
- transferred
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add new bugs and PRs to This Week project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/Laravel-Backpack/projects/13
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 44de42b

Please sign in to comment.