-
Notifications
You must be signed in to change notification settings - Fork 3
37 lines (31 loc) · 955 Bytes
/
triage.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# triage.yml
#
# Copyright © 2013, Paul Hinze & Contributors
# Copyright © 2023, Umi
#
# This software is released under the BSD 2-Clause "Simplified" License.
# see https://github.com/Homebrew/homebrew-cask/blob/3bbdaf2b31/LICENSE
name: Triage tasks
on: pull_request_target
concurrency:
group: "triage-${{ github.event.number }}"
cancel-in-progress: true
permissions:
contents: read
jobs:
triage:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'Hiroshiba'
steps:
- name: Check commit format
uses: Homebrew/actions/check-commit-format@master
with:
token: ${{ secrets.BUMP_CASK_TOKEN }}
- name: Label pull request
uses: Homebrew/actions/label-pull-requests@master
if: always()
with:
token: ${{ secrets.BUMP_CASK_TOKEN }}
def: |
- label: bump-cask-pr
pr_body_content: Created with `brew bump-cask-pr`