Skip to content

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1 #10413

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1 #10413

---
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@v2.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # optional, default to '${{ github.token }}'
config-path: .github/governance-labeler.yml