Skip to content

⬆️: Update dependency gohugo to v0.136.3 #1397

⬆️: Update dependency gohugo to v0.136.3

⬆️: Update dependency gohugo to v0.136.3 #1397

Workflow file for this run

name: Triage
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Label according to modified files
# https://github.com/marketplace/actions/labeler
uses: actions/labeler@master
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Default is '.github/labeler.yml', but we use 'yaml' as an extension of YAML files.
configuration-path: '.github/labeler.yaml'
# Remove labels when matching files are reverted or no longer changed by the PR.
sync-labels: false