File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- name : Post welcome comment
2
- on :
3
- pull_request :
4
- types : [opened]
1
+ # name: Post welcome comment
2
+ # on:
3
+ # pull_request:
4
+ # types: [opened]
5
5
6
- jobs :
7
- build :
8
- name : Post welcome comment
9
- permissions : write-all
10
- runs-on : ubuntu-latest
11
- steps :
12
- - run : gh pr comment $PR_URL --body "Obrigado pela contribuição, vamos revisar o seu PR e dar merge logo em seguida!"
13
- env :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
- PR_URL : ${{ github.event.pull_request.html_url }}
16
- - run : gh pr edit $PR_URL --add-reviewer dartmol203
17
- env :
18
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
- PR_URL : ${{ github.event.pull_request.html_url }}
6
+ # jobs:
7
+ # build:
8
+ # name: Post welcome comment
9
+ # permissions: write-all
10
+ # runs-on: ubuntu-latest
11
+ # steps:
12
+ # - run: gh pr comment $PR_URL --body "Obrigado pela contribuição, vamos revisar o seu PR e dar merge logo em seguida!"
13
+ # env:
14
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ # PR_URL: ${{ github.event.pull_request.html_url }}
16
+ # - run: gh pr edit $PR_URL --add-reviewer dartmol203
17
+ # env:
18
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ # PR_URL: ${{ github.event.pull_request.html_url }}
You can’t perform that action at this time.
0 commit comments