From 330ff04c2ff21a435474e1a44ff067274b07aa73 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 12 Aug 2024 15:04:11 +0300 Subject: feat(main-pr): Change pr base to dev instead of closing pr --- .github/workflows/main-pr.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.github') 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' -- cgit v1.2.3