Skip to content

Commit

Permalink
Attempt to remove the need for an issue creator action
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Sep 1, 2023
1 parent e751027 commit 2f59b76
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 31 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@ jobs:
id: findversions
run: |
cd scripts
node find-references-to-old-versions.js > report.md
- name: Create an issue
uses: peter-evans/create-issue-from-file
with:
title: 'Outdated versions of Edge found in the docs'
content-filepath: scripts/report.md
node report-references-to-old-versions.js
Loading

0 comments on commit 2f59b76

Please sign in to comment.