Skip to content
Snippets Groups Projects
Commit 2fa7c059 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi
Browse files

Fix auto approve step

parent 4e53a544
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,8 @@ jobs:
- name: Auto approve PR (using GitHub Actions account)
run: |
gh pr review --approve
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Enable Pull request auto-merge (using GitHub Metabase Automation account)
# run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment