fix: github action

This commit is contained in:
thomas
2024-05-21 21:37:32 +02:00
parent 82e8feb8fd
commit a440280369

View File

@@ -8,8 +8,8 @@ jobs:
update_labels:
runs-on: ubuntu-latest
if: |
contains(github.event.issue.labels.*.name, 'sponsor') ||
contains(github.event.issue.labels.*.name, 'contributor')
contains(github.event.pull_request.labels.*.name, 'sponsor') ||
contains(github.event.pull_request.labels.*.name, 'contributor')
steps:
- name: checkout
uses: actions/checkout@v2