Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: 00 PR Auto approve: Fix app/ should be [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
John Andersen authored and pdxjohnny committed Jun 25, 2024
1 parent 22a0ff9 commit 0196200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00_pr_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(fromJson('["app/dependabot", "app/github-actions", "pdxjohnny"]'), github.actor)
if: contains(fromJson('["dependabot[bot]", "github-actions[bot]", "pdxjohnny"]'), github.actor)
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand All @@ -21,7 +21,7 @@ jobs:
with:
review-message: "LGTM"

- if: contains(fromJson('["app/dependabot", "app/github-actions"]'), github.actor)
- if: contains(fromJson('["dependabot[bot]", "github-actions[bot]"]'), github.actor)
env:
GH_TOKEN: ${{ github.token }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 0196200

Please sign in to comment.