Skip to content

ci: Workflow Bot -- Update ALL Dependencies (main) #937

ci: Workflow Bot -- Update ALL Dependencies (main)

ci: Workflow Bot -- Update ALL Dependencies (main) #937

Workflow file for this run

name: Labels
on:
pull_request:
types: [opened, reopened, labeled, edited, synchronize, unlabeled, closed]
jobs:
fix-labels-on-pr:
name: Fix labels on PR
if: ${{ contains(github.event.pull_request.labels.*.name, 'fix') && contains(github.event.pull_request.labels.*.name, 'Update Dictionaries') }}
continue-on-error: true
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- run: gh pr edit "$NUMBER" --remove-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.number }}
LABELS: fix