Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
🔄 synced file(s) with WordPress/openverse (#1123)
Browse files Browse the repository at this point in the history
🔄 synced local '.github/workflows/label_new_pr.yml' with remote '.github/workflows/label_new_pr.yml'

Co-authored-by: openverse-bot <null>
  • Loading branch information
openverse-bot authored Feb 3, 2023
1 parent 958362a commit f084149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/label_new_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
client_payload: ${{ format('{{"pr_url":"{0}"}}', env.PR_URL) }}
wait_time: 5 # check every 5 seconds
max_time: 120 # timeout after 2 minutes

- uses: actions/checkout@v2
- name: Add default label in case of failure
uses: actions-ecosystem/action-add-labels@v1
if: ${{ failure() }}
with:
labels: "🚦 status: awaiting triage"

0 comments on commit f084149

Please sign in to comment.