We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770e5c6 commit 7dd3207Copy full SHA for 7dd3207
.github/workflows/auto-assign.yml
@@ -4,10 +4,10 @@ on: pull_request_target
4
jobs:
5
auto-assign:
6
runs-on: ubuntu-latest
7
- if: github.actor != 'dependabot[bot]' && github.event.action == 'opened
+ if: github.actor != 'dependabot[bot]' && github.event.action == 'opened'
8
9
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 }}
+ - name: Auto assign
+ run: gh pr edit ${{ github.event.pull_request.html_url }} --add-assignee ${{ github.event.pull_request.user.login }} --add-reviewer remarkablemark
+ env:
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments