diff --git a/.github/workflows/.editorconfig b/.github/workflows/.editorconfig new file mode 100644 index 0000000..3150086 --- /dev/null +++ b/.github/workflows/.editorconfig @@ -0,0 +1,3 @@ +[*.yml] +indent_size = 2 +indent_style = space \ No newline at end of file diff --git a/.github/workflows/check-tags.yml b/.github/workflows/check-tags.yml index 353e6ea..236c605 100644 --- a/.github/workflows/check-tags.yml +++ b/.github/workflows/check-tags.yml @@ -62,3 +62,13 @@ jobs: if: needs.check-tags.outputs.tags-to-build != '[]' uses: ./.github/workflows/build.yml secrets: inherit + + keepalive: + name: Keepalive + runs-on: ubuntu-latest + permissions: + actions: write + steps: + # Checkout is needed to determine if keepalive is necessary based on repo activity. + - uses: actions/checkout@v4 + - uses: gautamkrishnar/keepalive-workflow@v2