Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4d30633

Browse files
committed
checking new event trigger
1 parent 493a894 commit 4d30633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ steps:
101101
data:
102102
actionsUrl: "%payload.repository.html_url%/actions%"
103103

104-
- title: Add a workflow file to the repository
105-
description: Merge the pull request containing the workflow into the master branch
104+
- title: Merge the Create my-workflow.yml pull request
105+
description: Make the workflow available to the repository by merging the pull request
106106
event: pull_request.closed
107107
link: "{{store.firstPullUrl}}"
108108
actions:
@@ -116,7 +116,7 @@ steps:
116116
with: new-issue.md
117117
issue: "%registration.store.firstPullNumber%"
118118
data:
119-
issueURL: "%registration.store.firstPullUrl%"
119+
issueURL: "%registration.store.secondIssueNumber%"
120120

121121
- title: Add another GitHub Script action
122122
description: Use GitHub Script to place this issue into a project board
@@ -125,9 +125,9 @@ steps:
125125
link: "{{store.secondIssueUrl}}"
126126
actions:
127127
- type: gate
128-
left: "%payload.check_suite.app.name%"
128+
left: "%payload.comment.user.login%"
129129
operator: ===
130-
right: "GitHub Actions"
130+
right: "github-actions[bot]"
131131
else:
132132
- type: respond
133133
issue: "%registration.store.secondIssueNumber%"

0 commit comments

Comments
 (0)