OpenAPI: rename assigned_team_first_response_time to assigned_team_first_response_time_by_team #76
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .github/workflows/label-ai-generated-prs.yml | ||
| name: Label AI-generated PRs | ||
| on: | ||
| pull_request: | ||
| types: [opened, edited, synchronize] # run when the body changes too | ||
| jobs: | ||
| call-label-ai-prs: | ||
| uses: intercom/github-action-workflows/.github/workflows/label-ai-prs.yml@main | ||
|
Check failure on line 10 in .github/workflows/label-ai-generated-prs.yml
|
||
| secrets: inherit | ||