Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps-dev): bump danger from 11.2.6 to 11.3.1 #557

chore(deps-dev): bump danger from 11.2.6 to 11.3.1

chore(deps-dev): bump danger from 11.2.6 to 11.3.1 #557

name: "[on PR] PR Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"