🏗️ Adds actions to unfurl links, and check for broken links in docs
This commit is contained in:
17
.github/workflows/unfurl-links.yml
vendored
Normal file
17
.github/workflows/unfurl-links.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Expands any raw pasted link in comments. Useful so people know what they're clicking
|
||||
name: 🎯 Unfurl Links
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
issue_comment:
|
||||
types: [created, edited]
|
||||
pull_request:
|
||||
types: [opened, edited]
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/unfurl-links@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
raw: true
|
||||
Reference in New Issue
Block a user