diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 08e6b8f..01dcb72 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main # pull_request event is required only for autolabeler pull_request: # Only following types are handled by the action, but one can default to all as well @@ -26,13 +26,13 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - # Drafts your next Release notes as Pull Requests are merged into "master" + # Drafts your next Release notes as Pull Requests are merged into "main" - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: config-name: release-drafter.yml # https://github.com/release-drafter/release-drafter/issues/1125 - commitish: master + commitish: main # disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file