Skip to content

Commit

Permalink
chore: disable unfurl action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 authored Nov 26, 2024
1 parent ef3c379 commit 8183d3b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/unfurl-links.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Unfurl Links

on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [opened, edited]
#issues:
#types: [opened, edited]
#issue_comment:
#types: [created, edited]
#pull_request:
#types: [opened, edited]
workflow_dispatch:

jobs:
run:
Expand Down

0 comments on commit 8183d3b

Please sign in to comment.