Skip to content

Bump pyxplora-api from 1.0.24 to 2.12.9 in /.github/workflows/config #127

Bump pyxplora-api from 1.0.24 to 2.12.9 in /.github/workflows/config

Bump pyxplora-api from 1.0.24 to 2.12.9 in /.github/workflows/config #127

Workflow file for this run

name: Set Labels on Pull Request
on:
pull_request:
types:
- closed
- reopened
permissions:
contents: read
jobs:
update:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@d5cd9da51b4f77739b9b399d5a855b26905c3143 # v1.0.7