Skip to content

Commit

Permalink
wip: Restrict control command to admins and issue author
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 9, 2024
1 parent 22f261f commit d86ba66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/control-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
reaction: "rocket"
allowed_contexts: "issue"
permissions: "read,triage,write,maintain,admin"
allowlist: "jcfr,muratmaga,${{ github.event.issue.user.login }}"

- name: stop command
id: stop_command
Expand All @@ -38,6 +39,7 @@ jobs:
reaction: "rocket"
allowed_contexts: "issue"
permissions: "read,triage,write,maintain,admin"
allowlist: "jcfr,muratmaga,${{ github.event.issue.user.login }}"

- name: Define instance name
id: define
Expand Down

0 comments on commit d86ba66

Please sign in to comment.