Skip to content

Commit

Permalink
Don't label automated PRs (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jul 29, 2024
1 parent e7e6329 commit 1522dae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/automated-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
run: |
set -euo pipefail
echo "Ensuring required labels..."
gh pr edit "${{ matrix.pr.url }}" --add-label "type::security"
echo "Checking status of tests..."
run_id=$(gh run list --branch "${{ matrix.pr.headRefName }}" --workflow ci --limit 1 --json databaseId -q '.[0].databaseId')
Expand Down

0 comments on commit 1522dae

Please sign in to comment.