Skip to content

Commit 03a52c3

Browse files
committedApr 17, 2020
Update workflows
1 parent 603d6b0 commit 03a52c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/ciff-example-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
repository_dispatch:
44
types: [ciff-example-command]
55
jobs:
6-
createPullRequest:
6+
createIssueFromFile:
77
runs-on: ubuntu-latest
88
steps:
99
# Get the target repository and branch

‎.github/workflows/slash-command-dispatch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
reaction-token: ${{ secrets.GITHUB_TOKEN }}
1414
commands: ciff-example
1515
permission: admin
16+
named-args: true

0 commit comments

Comments
 (0)
Please sign in to comment.