Skip to content

Commit

Permalink
chore(ci): fix AutoApprove for discogen (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed May 18, 2023
1 parent 98b3073 commit 94d3d73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/autoapprove.yml
Expand Up @@ -7,10 +7,14 @@ on:
types:
- opened

permissions:
contents: read
pull-requests: write

jobs:
auto-approve:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'autosynth')
if: contains(github.head_ref, 'discogen')
env:
ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }}
steps:
Expand Down

0 comments on commit 94d3d73

Please sign in to comment.