Skip to content

Commit

Permalink
Update 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 8b416b3 commit 7180e53
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/issue_hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
issues:
types:
- opened
pull_request:
types:
- opened
- reopened

jobs:
add-issue:
Expand All @@ -18,11 +14,3 @@ jobs:
with:
project-url: https://github.com/orgs/MafiaHub/projects/1
github-token: ${{ secrets.ISSUE_PAT }}
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 7180e53

Please sign in to comment.