Bump pyxplora_api from 2.12.8 to 2.12.9 #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Set Labels on Pull Request | |
on: | |
pull_request: | |
types: | |
- closed | |
- reopened | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- 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/[email protected] |