Skip to content

chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/test.yml) (main) #12806

chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/test.yml) (main)

chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/test.yml) (main) #12806

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