Skip to content

Commit bbf0aa6

Browse files
committed
ci: use different action for removing label
1 parent e10444d commit bbf0aa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pretty-fix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
branch: ${{ github.event.pull_request.head.ref }}
6565

6666
- name: Remove label
67-
uses: PauMAVA/add-remove-label-action@v1.0.3
67+
uses: actions-ecosystem/action-remove-labels@v1
6868
with:
69-
issue_number: ${{ github.event.pull_request.number }}
70-
remove: "prettify"
69+
labels: prettify

0 commit comments

Comments
 (0)