name: Release All PRs on: workflow_dispatch: jobs: add-automerge-labels: runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Checkout Repository uses: actions/checkout@v4 - name: Add token to config.yaml uses: jacobtomlinson/gha-find-replace@3a8ed858a4e3fb487c6f53658ec40b2b1d45d9d8 with: find: GITHUB_TOKEN_VALUE replace: ${{ secrets.GITHUB_TOKEN }} regex: false include: config.yaml - uses: actions/setup-node@v4 with: node-version: 'lts/*' - run: npm install -g @google/repo@6.1.2 - name: Add to release PRs run: | repo "tag" "--title" "chore\(main\)\: Release" "automerge"