diff --git a/.github/workflows/no-response.yml b/.github/workflows/no_response.yml similarity index 96% rename from .github/workflows/no-response.yml rename to .github/workflows/no_response.yml index 051d44fba20c..1994f53d7bc7 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no_response.yml @@ -13,7 +13,7 @@ on: jobs: noResponse: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: lee-dohm/no-response@v0.5.0 with: diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml new file mode 100644 index 000000000000..80ad63b219bb --- /dev/null +++ b/.github/workflows/release_drafter.yml @@ -0,0 +1,23 @@ +name: Release Drafter + +permissions: + contents: read + +on: + push: + branches: + - master + +jobs: + updateReleaseDraft: + permissions: + contents: write + pull-requests: read + runs-on: ubuntu-latest + steps: + - uses: release-drafter/release-drafter@v6.0.0 + with: + config-name: release-drafter.yml + disable-autolabeler: true + env: + GITHUB_TOKEN: ${{ github.token }}