Skip to content

feat: markdown linter Makefile command and gh-action #5

feat: markdown linter Makefile command and gh-action

feat: markdown linter Makefile command and gh-action #5

Workflow file for this run

---
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/master/README.md
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
name: 🏷️ Add labels
jobs:
label:
uses: cycle/gh-actions/.github/workflows/apply-labels.yml@v3.0.0

Check failure on line 19 in .github/workflows/triage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/triage.yml

Invalid workflow file

error parsing called workflow ".github/workflows/triage.yml" -> "cycle/gh-actions/.github/workflows/apply-labels.yml@v3.0.0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
os: ubuntu-latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...