Loading .github/workflows/labels.yml +12 −12 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: | github.event.pull_request.head.repo.owner.login != 'NixOS' || !( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading @@ -34,10 +34,10 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: | github.event.pull_request.head.repo.owner.login != 'NixOS' || !( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading @@ -49,10 +49,10 @@ jobs: # the backport labels. if: | github.event.pull_request.head.repo.owner.login == 'NixOS' && ( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading Loading
.github/workflows/labels.yml +12 −12 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: | github.event.pull_request.head.repo.owner.login != 'NixOS' || !( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading @@ -34,10 +34,10 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: | github.event.pull_request.head.repo.owner.login != 'NixOS' || !( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading @@ -49,10 +49,10 @@ jobs: # the backport labels. if: | github.event.pull_request.head.repo.owner.login == 'NixOS' && ( github.head_ref == "haskell-updates" || github.head_ref == "python-updates" || github.head_ref == "staging-next" || startsWith(github.head_ref, "staging-next-") github.head_ref == 'haskell-updates' || github.head_ref == 'python-updates' || github.head_ref == 'staging-next' || startsWith(github.head_ref, 'staging-next-') ) with: repo-token: ${{ secrets.GITHUB_TOKEN }} Loading