Skip to content

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 #42

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6

Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 #42

Workflow file for this run

name: Set Labels on Pull Request
on:
pull_request:
types:
- closed
- reopened
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Check if Pull Request
id: check_pr
run: echo "is_pull_request=${{ github.event_name == 'pull_request' }}" >> $GITHUB_ENV
- if: env.is_pull_request == 'true'
name: Merge
uses: Ludy87/action/merge@v1.0.4