Skip to content

build(deps): bump gradle/wrapper-validation-action from 1.1.0 to 2.1.2 #171

build(deps): bump gradle/wrapper-validation-action from 1.1.0 to 2.1.2

build(deps): bump gradle/wrapper-validation-action from 1.1.0 to 2.1.2 #171

Workflow file for this run

name: "Labeler"
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
jobs:
triage:
name: "Triage"
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: "Bot: Labeler Triage"
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"