Skip to content

Update add-to-project.yaml (#51) #22

Update add-to-project.yaml (#51)

Update add-to-project.yaml (#51) #22

Workflow file for this run

---
name: Links
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
links:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}