Update onpr_automerge.yaml

This commit is contained in:
Alexandre
2024-02-15 22:10:34 +01:00
committed by GitHub
parent 5e3f157067
commit a76ea22ecd

View File

@@ -47,8 +47,3 @@ jobs:
curl -X PUT -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/merge
- name: Merge PR
if: env.PR_STATUS == 'alsotrue'
uses: "pascalgn/automerge-action@v0.16.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"