Skip to content

Bump actions/setup-python from 4.7.0 to 4.7.1 #33

Bump actions/setup-python from 4.7.0 to 4.7.1

Bump actions/setup-python from 4.7.0 to 4.7.1 #33

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.0.0
- 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.3