Update .github/workflows/update-pr-labels.yml

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
asymmetric 2024-11-02 12:54:15 +01:00 committed by GitHub
parent a9afb898d9
commit 6f4c55bb82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,10 +12,6 @@ jobs:
pull-requests: write
steps:
- uses: cachix/install-nix-action@v30
- run: nix-env -iA nixpkgs.github-cli
- name: Update labels on accepted RFCs
env:
GH_TOKEN: ${{ github.token }}