We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232c996 commit 9f9a0e8Copy full SHA for 9f9a0e8
1 file changed
.github/workflows/emergency-approval.yaml
@@ -0,0 +1,16 @@
1
+name: Emergency Approval
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ pr_number:
7
+ description: 'Number of the Pull Request'
8
+ required: true
9
10
+jobs:
11
+ emergency-approval:
12
+ name: Emergency Approval
13
+ uses: p2p-org/security-workflows/.github/workflows/emergency-approval.yaml@main
14
+ with:
15
+ pr_number: ${{ github.event.inputs.pr_number }}
16
+ secrets: inherit
0 commit comments