diff options
| author | Syndamia <kamen@syndamia.com> | 2024-08-12 15:04:11 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-08-12 15:04:11 +0300 |
| commit | 330ff04c2ff21a435474e1a44ff067274b07aa73 (patch) | |
| tree | 02f4c832d9e6ebe9f8749ffd08bed66beeedc5c4 /.github | |
| parent | 5bf2cf1a27f0964fed1b228283b955f9a29e977c (diff) | |
| download | pico-web-330ff04c2ff21a435474e1a44ff067274b07aa73.tar pico-web-330ff04c2ff21a435474e1a44ff067274b07aa73.tar.gz pico-web-330ff04c2ff21a435474e1a44ff067274b07aa73.zip | |
feat(main-pr): Change pr base to dev instead of closing pr
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main-pr.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/main-pr.yml b/.github/workflows/main-pr.yml index 59e64b3..991968d 100644 --- a/.github/workflows/main-pr.yml +++ b/.github/workflows/main-pr.yml @@ -10,6 +10,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: superbrothers/close-pull-request@v3 - with: - comment: 'The only allowed pull requests to main are those from dev!' + # - name: Add comment + # uses: peter-evans/create-or-update-comment@v4 + # with: + - name: Change base to dev + steps: gh pr edit --base 'dev' |
