This commit is contained in:
Yair Morgenstern 2023-11-28 11:50:10 +02:00
parent eb50ea4403
commit f5d74ad129

View File

@ -45,6 +45,7 @@ jobs:
with:
github-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
script: |
const repository = context.repo
await github.rest.pulls.merge({
merge_method: "squash",
owner: repository.owner,