json/.github/workflows/labeler.yml
StepSecurity Bot e8f3c5c3e6
[StepSecurity] Apply security best practices (#1)
* [StepSecurity] Apply security best practices

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>

* Update dependabot.yml

Signed-off-by: Joyce <joycebrum@google.com>

* Update labeler.yml

Signed-off-by: Joyce <joycebrum@google.com>

---------

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Signed-off-by: Joyce <joycebrum@google.com>
Co-authored-by: Joyce <joycebrum@google.com>
2023-11-24 17:23:51 -03:00

21 lines
375 B
YAML

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize]
permissions: {}
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@74404350883f8b689b026d8747622bd12d3f070a # v1.8.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"