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 603d6b0 commit 03a52c3Copy full SHA for 03a52c3
.github/workflows/ciff-example-command.yml
@@ -3,7 +3,7 @@ on:
3
repository_dispatch:
4
types: [ciff-example-command]
5
jobs:
6
- createPullRequest:
+ createIssueFromFile:
7
runs-on: ubuntu-latest
8
steps:
9
# Get the target repository and branch
.github/workflows/slash-command-dispatch.yml
@@ -13,3 +13,4 @@ jobs:
13
reaction-token: ${{ secrets.GITHUB_TOKEN }}
14
commands: ciff-example
15
permission: admin
16
+ named-args: true
0 commit comments