Skip to content

chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.4 #12972

chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.4

chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.4 #12972

---
name: governance-labeller
on:
pull_request_target:
branches: [master, main]
types: [synchronize, opened, labeled, unlabeled]
pull_request:
types: [ opened, edited, synchronize, ready_for_review ]
branches: [ master, main ]
workflow_dispatch:
jobs:
# https://github.com/marketplace/actions/multi-labeler
labels-everything:
runs-on: ubuntu-latest
if: >
github.repository != 'ivankatliarchuk/.github' &&
(github.actor != 'dependabot[bot]' || github.actor != 'dependabot-preview[bot]' ||
github.actor != 'renovate[bot]' || github.actor != 'renovate-bot')
steps:
- uses: fuxingloh/multi-labeler@v4.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # optional, default to '${{ github.token }}'
config-path: .github/governance-labeler.yml