We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7014a1 commit c8291e3Copy full SHA for c8291e3
.github/workflows/pull_request.yml
@@ -1,6 +1,10 @@
1
name: Pull Request
2
on:
3
workflow_call:
4
+ inputs:
5
+ needsone:
6
+ required: false
7
+ type: string
8
pull_request:
9
types: [opened, reopened, edited]
10
jobs:
0 commit comments