Skip to content

Commit

Permalink
Update issues-dependency-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 authored Jan 10, 2024
1 parent 6be639f commit 9bee978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/issues-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const core = require('@actions/core');
// Updated regex to match multiple issue numbers
const issueRegex = /depends on #(\d+(?:\s+#\d+)*)/ig;
Expand Down

0 comments on commit 9bee978

Please sign in to comment.