feat: answer 43 solution to signal input #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: updates Labels | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
update_labels: | |
runs-on: ubuntu-latest | |
if: | | |
contains(github.event.pull_request.labels.*.name, 'sponsor') || | |
contains(github.event.pull_request.labels.*.name, 'contributor') | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: Add labels | |
uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: to be reviewed/update |