Skip to content

Commit

Permalink
Create pr_hooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jan 29, 2024
1 parent 7180e53 commit 4984a59
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr_hooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add PRs to MafiaHub Dashboard

on:
pull_request:
types:
- opened
- reopened

jobs:
add-pr:
name: Add pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/MafiaHub/projects/1
github-token: ${{ secrets.ISSUE_PAT }}

0 comments on commit 4984a59

Please sign in to comment.