Caution
This repository was moved to https://github.com/ecmwf/labeler. Do not update!
Adds label bug to PR/issue no. 1 in owner/repo repository.
steps:
- name: Add PR label
uses: ecmwf-actions/labeler@v1
with:
token: ${{ secrets.MY_TOKEN }}
repository: owner/repo
issue: 1
label: bug
action: addRemoves label bug from PR/issue no. 1 in owner/repo repository.
steps:
- name: Remove PR label
uses: ecmwf-actions/labeler@v1
with:
token: ${{ secrets.MY_TOKEN }}
repository: owner/repo
issue: 1
label: bug
action: remove