Skip to content

Commit 7dd3207

Browse files
ci(github): fix workflow auto-assign.yml
Signed-off-by: Mark <remarkablemark@users.noreply.github.com>
1 parent 770e5c6 commit 7dd3207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/auto-assign.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: pull_request_target
44
jobs:
55
auto-assign:
66
runs-on: ubuntu-latest
7-
if: github.actor != 'dependabot[bot]' && github.event.action == 'opened
7+
if: github.actor != 'dependabot[bot]' && github.event.action == 'opened'
88

99
steps:
10-
- name: Auto assign
11-
run: gh pr edit ${{ github.event.pull_request.html_url }} --add-assignee ${{ github.event.pull_request.user.login }} --add-reviewer remarkablemark
12-
env:
13-
GITHUB_TOKEN: ${{ github.token }}
10+
- name: Auto assign
11+
run: gh pr edit ${{ github.event.pull_request.html_url }} --add-assignee ${{ github.event.pull_request.user.login }} --add-reviewer remarkablemark
12+
env:
13+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)