Skip to content

Commit

Permalink
Create block-on-hold-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samidbb authored Dec 19, 2023
1 parent a746d57 commit 9311466
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/block-on-hold-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Block on-hold PRs

on:
pull_request:
branches: [ master, main ]
types: [ opened, labeled, unlabeled ]

jobs:
shared:
uses: dfds/shared-workflows/.github/workflows/automation-on-hold-prs.yml@master

0 comments on commit 9311466

Please sign in to comment.