Skip to content

fix(.github/workflows): detected GitHub workflow tokens with excessive permissions in auto-assign.yml #17

fix(.github/workflows): detected GitHub workflow tokens with excessive permissions in auto-assign.yml

fix(.github/workflows): detected GitHub workflow tokens with excessive permissions in auto-assign.yml #17

Workflow file for this run

name: "Auto Assign"
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
permissions:
pull-requests: write
jobs:
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@248761c4feb3917c1b0444e33fad1a50093b9847