File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
pull_request :
8
+ paths :
9
+ - ' Formula/**'
8
10
9
11
jobs :
10
12
test-bot :
13
15
os : [macos-14]
14
16
runs-on : ${{ matrix.os }}
15
17
steps :
18
+ - if : github.event_name == 'pull_request'
19
+ name : Create a comment
20
+ uses : peter-evans/create-or-update-comment@v4
21
+ with :
22
+ issue-number : ${{ github.event.pull_request.number }}
23
+ token : ${{ secrets.GITHUB_TOKEN }}
24
+ body : |
25
+ > [!WARNING]
26
+ > For Maintainers: When approving a PR, do not merge it directly. Instead add the `pr-pull` label.
27
+ > This will trigger the `brew pr-pull` workflow, which will automatically add the bottle and merge the PR.
28
+
16
29
- name : Set up Homebrew
17
30
id : set-up-homebrew
18
31
uses : Homebrew/actions/setup-homebrew@master
You can’t perform that action at this time.
0 commit comments