Skip to content

🐛 Fix stored XSS via javascript: URI in bubble links (GHSA-hqmv-v56g-4m47) #92

🐛 Fix stored XSS via javascript: URI in bubble links (GHSA-hqmv-v56g-4m47)

🐛 Fix stored XSS via javascript: URI in bubble links (GHSA-hqmv-v56g-4m47) #92

Workflow file for this run

name: Auto approve PRs by owner
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
auto-approve:
if: github.event.pull_request.user.login == 'baptisteArno' && !github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4