Skip to content

chore(deps): update pascalgn/automerge-action action to v0.16.3 (.github/workflows/auto-merge.yml) (main) #11647

chore(deps): update pascalgn/automerge-action action to v0.16.3 (.github/workflows/auto-merge.yml) (main)

chore(deps): update pascalgn/automerge-action action to v0.16.3 (.github/workflows/auto-merge.yml) (main) #11647

---
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