Skip to content

[CHORE] Update pnpm to v8.8.0 #7

[CHORE] Update pnpm to v8.8.0

[CHORE] Update pnpm to v8.8.0 #7

name: Automation (Auto-approve)

Check failure on line 1 in .github/workflows/automation-autoapprove.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/automation-autoapprove.yml

Invalid workflow file

`automation` is not a valid event name
on:
# Triggers the workflow on any pull request (but runs in context of target branch, having a bit higher rights)
pull_request_target:
types:
- opened
automation:
name: Automation tasks
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Auto-approve (Lead Developer)
if: contains(fromJSON('["ace-1331", "ClaudiaMia", "elliesec", "Jomshir98", "Sekkmer"]'), github.event.pull_request.user.login)
uses: hmarr/auto-approve-action@v3
with:
review-message: "PR is from a Lead Developer."
- name: Auto-approve (Renovate)
if: github.event.pull_request.user.login == 'renovate[bot]'
uses: hmarr/auto-approve-action@v3
with:
review-message: "Automated dependency update."