diff --git a/.github/dependabot.yml b/.github/dependabot.yml index daec3189..22f51dc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "type/dependencies" diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..31d27942 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,24 @@ +changelog: + categories: + - title: ":warning: Update considerations and deprecations" + labels: + - "warn/api-change" + - "warn/behavior-change" + - "warn/deprecation" + - title: ":sparkles: New features and improvements" + labels: + - "type/enhancement" + - title: ":lady_beetle: Bug fixes" + labels: + - "type/bug" + - "type/bug-logback" + - title: ":book: Documentation, Tests and Build" + labels: + - "type/documentation" + - "type/chore" + - title: ":up: Dependency Upgrades" + labels: + - "type/dependencies" + - title: ":question: Other Changes" + labels: + - "*" diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 306c8077..3433267d 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -14,9 +14,9 @@ on: jobs: noResponse: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: lee-dohm/no-response@v0.5.0 with: token: ${{ github.token }} - responseRequiredLabel: "status: waiting-for-feedback" \ No newline at end of file + responseRequiredLabel: "status/waiting-for-feedback"