Skip to content

Commit

Permalink
make workflow shareable accross repos. (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g authored Sep 4, 2024
1 parent 1a0841a commit 75e9d27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/require-reviewers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PRs requirements
name: PR requirements
on:
pull_request:
types:
Expand All @@ -9,6 +9,9 @@ on:
- review_request_removed
- auto_merge_enabled

# Allow calling sharing this workflow with other repositories.
workflow_call:

jobs:
require-reviewer:
runs-on: nscloud
Expand Down

0 comments on commit 75e9d27

Please sign in to comment.