Skip to content

Commit

Permalink
fix: fixed label name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored Aug 2, 2023
1 parent 027cb29 commit def9efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/check-security-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
const state = 'open';
const dependabotLabel = 'dependabot';
const codeqlLabel = 'codeql';
const securityLabel = 'security';
const securityLabel = 'security notification';
async function getDependabotAlerts () {
const dependabotListAlertsUrl = `https://api.github.com/repos/${ owner }/${ repo }/dependabot/alerts?state=${ state }`;
Expand Down

0 comments on commit def9efc

Please sign in to comment.