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

Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 #7

Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0

Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 #7

Workflow file for this run

name: Auto labeler
on:
issues:
types: [ opened, edited, milestoned ]
pull_request_target:
types: [ opened ]
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: fuxingloh/multi-labeler@v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}