Skip to content

Bump Ludy87/action from 1.0.6 to 1.0.7 #137

Bump Ludy87/action from 1.0.6 to 1.0.7

Bump Ludy87/action from 1.0.6 to 1.0.7 #137

name: "Label Actions PR"
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
pull-requests: write
jobs:
action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
configuration-path: .github/workflows/config/labeler.yml
sync-labels: false
dot: true