diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 17e5c5fc..8fc3faae 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,6 @@ on: push: branches: - main - pull_request: types: [opened, reopened, synchronize] workflow_dispatch: @@ -18,7 +17,11 @@ jobs: contents: write pull-requests: write runs-on: ubuntu-latest + timeout-minutes: 30 + steps: - uses: release-drafter/release-drafter@v6 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + commitish: main \ No newline at end of file