Skip to content

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 (#342) #208

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 (#342)

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 (#342) #208

name: Manage labels
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
labeler:
name: Labeler
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected]
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.TOKEN }}
yaml-file: .github/labels.yaml
skip-delete: true