Skip to content

Commit

Permalink
Create add-issues-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 authored Jul 27, 2023
1 parent 6b51a6d commit a727727
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues to project
on:
pull_request:
types:
- opened
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/Phalcode/projects/4
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a727727

Please sign in to comment.