3 on: pull_request_target
6 group: "triage-${{ github.event.number }}"
7 cancel-in-progress: true
16 always() && github.repository_owner == 'Homebrew' &&
17 (github.event_name == 'pull_request_target' &&
18 github.event.action == 'opened')
19 runs-on: ubuntu-latest
21 - uses: Homebrew/actions/limit-pull-requests@master
27 Hi, thanks for your contribution to Homebrew! You already have >=15 open pull requests, so please get them ready to be merged or close them before you open more. If CI fails on any of them, please fix it or ask for help doing so.
28 If you are performing simple version bumps, @BrewTestBot automatically bumps [a list of casks](https://github.com/${{ github.repository }}/blob/HEAD/.github/autobump.txt) so you don't need to. Please take a look at issues and pull requests labelled https://github.com/${{ github.repository }}/labels/help%20wanted and see if you can help to fix any of them. Thanks!
33 runs-on: ubuntu-latest
35 - name: Check commit format
36 uses: Homebrew/actions/check-commit-format@master
38 token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
39 - name: Label pull request
40 uses: Homebrew/actions/label-pull-requests@master
43 token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
45 - label: cask deprecated
47 content: \n deprecate!.*\n
49 - label: cask disabled
51 content: \n disable!.*\n
57 - label: marked for removal/rejection
61 - label: documentation
62 path: (.*\.md|\.github/ISSUE_TEMPLATE/.*\.yml)
65 pr_body_content: Created with `brew bump-cask-pr`
67 - label: missing description
69 missing_content: \n desc .+\n
71 - label: extract_plist livecheck
73 content: \n strategy :extract_plist.*\n
77 missing_content: zap .+\n
80 path: \.github/autobump\.txt