We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f08b9 commit a70536aCopy full SHA for a70536a
.github/workflows/fix.yml
@@ -14,7 +14,9 @@ jobs:
14
- run: |
15
PR_NEXT=$(gh pr create --base next --head main --title "chore: apply quick fix from main" --output json | jq -r '.number')
16
gh pr review $PR_NEXT --approve --body "auto-approved quick fix"
17
+ gh pr merge $PR_NEXT --auto --merge
18
PR_DEV=$(gh pr create --base development --head main --title "chore: apply quick fix from main" --output json | jq -r '.number')
19
gh pr review $PR_DEV --approve --body "auto-approved quick fix"
20
+ gh pr merge $PR_DEV --auto --merge
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments