Skip to content

Feat: OIDC claims verification #1

Feat: OIDC claims verification

Feat: OIDC claims verification #1

name: "Dependency PR triage"
on:
pull_request:
types: [opened]
jobs:
dependency-triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "dependencies"