Skip to content

Commit

Permalink
test add label
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 7, 2023
1 parent 5d8d86b commit 91ecf89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/labeler.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/labeler.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: add label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/add-labels') }}
with:
labels: automerge

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 91ecf89

Please sign in to comment.