Skip to content

Commit

Permalink
[triage] enable triage automation
Browse files Browse the repository at this point in the history
Change-Id: Iab7628d9f058449659b4d0c4ed2de7f26f3cea7c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371160
Reviewed-by: Michael Thomsen <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
  • Loading branch information
devoncarew authored and Commit Queue committed Jun 12, 2024
1 parent 622afbf commit bbc9cb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
ISSUE_URL: ${{ github.event.issue.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOOGLE_API_KEY: ${{ secrets.GEMINI_API_KEY }}
run: dart bin/triage.dart $ISSUE_URL --dry-run
run: dart bin/triage.dart $ISSUE_URL
1 change: 1 addition & 0 deletions .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Scorecards supply-chain security

on:
# Only the default branch is supported.
branch_protection_rule:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/third-party-deps-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Third party deps scan

on:
# Only the default branch is supported.
branch_protection_rule:
Expand Down Expand Up @@ -52,4 +53,4 @@ jobs:
permissions:
# Needed to upload the SARIF results to code-scanning dashboard.
security-events: write
contents: read
contents: read

0 comments on commit bbc9cb6

Please sign in to comment.