Skip to content

Commit da9c0f5

Browse files
authored
desativação do workflow
1 parent 7c56f88 commit da9c0f5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/welcome.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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]
55

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 }}

0 commit comments

Comments
 (0)