From 9e2d4b2b9284a17c5b0bb651f37d1884728b0796 Mon Sep 17 00:00:00 2001 From: Bowen Date: Fri, 13 Dec 2024 03:17:27 +0000 Subject: [PATCH] Add main branch Signed-off-by: GitHub --- .github/workflows/release-drafter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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