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

Commit 9fa44a5

Browse files
Update octokit to assignRegistrant
Removed octokit API call and replaced with assignRegistrant
1 parent b088da3 commit 9fa44a5

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,8 @@ steps:
327327
head: bug-fix
328328
base: master
329329
action_id: newPullRequest
330-
- type: octokit
331-
method: issues.addAssigneesToIssue
332-
owner: "%payload.repository.owner.login%"
333-
repo: "%payload.repository.name%"
334-
number: "%actions.newPullRequest.data.number%"
335-
assignees: "%payload.repository.owner.login%"
330+
- type: assignRegistrant
331+
issue: "%actions.newPullRequest.data.number%"
336332
## Suggest a change in the new PR
337333
- type: octokit
338334
method: pullRequests.createComment
@@ -413,4 +409,4 @@ steps:
413409
data:
414410
url: "%actions.lastIssue.data.html_url%"
415411
- type: closeIssue
416-
issue: Create a patch release
412+
issue: Create a patch release

0 commit comments

Comments
 (0)