mirror of https://github.com/grpc/grpc.git
[infra] Consolidate auto-tag and check-title GH actions (#32824)
These need to run at about the same times, and each runs quickly. Doesn't seem worthwhile to fire up a VM for each of them individually. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/32828/head
parent
3a2c8b9bc1
commit
3e3e92af99
2 changed files with 14 additions and 22 deletions
@ -1,21 +0,0 @@ |
|||||||
name: PR CheckTitle |
|
||||||
on: |
|
||||||
pull_request_target: |
|
||||||
types: [opened, reopened, synchronized, edited, labeled, unlabeled] |
|
||||||
workflow_dispatch: |
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
title-check: |
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
pull-requests: write |
|
||||||
|
|
||||||
runs-on: ubuntu-latest |
|
||||||
steps: |
|
||||||
- uses: thehanimo/pr-title-checker@v1.3.5 |
|
||||||
with: |
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
||||||
pass_on_octokit_error: false |
|
||||||
configuration_path: ".github/pr_title_checker_config.json" |
|
Loading…
Reference in new issue