* [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>
21 lines
375 B
YAML
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 }}"
|