name: Pull Request Merged on: pull_request: types: [closed] jobs: autoupdate_minor: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.13' - name: Perform PR auto-action run: | python PR_merged.py