Skip to content

Commit

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

on:
issues:
types:
- opened

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

0 comments on commit ece26ce

Please sign in to comment.