diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d70aa68 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ff4j/ff4j-docs-champions diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..744db36 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +# Description + + + +Closes : + +# Checklist: + +- [ ] I have performed a self-review of my documentation changes +- [ ] I have checked the preview site of PR and confirm the changes +- [ ] My commits follow [conventional commit message guidelines](https://www.conventionalcommits.org/en/v1.0.0/) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..662cbea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: uv + schedule: + interval: daily + time: "23:30" + open-pull-requests-limit: 10 + commit-message: + prefix: "build: " + labels: + - dependencies + - automated + - package-ecosystem: github-actions + directory: "/.github/" + schedule: + interval: weekly + open-pull-requests-limit: 5 + commit-message: + prefix: "ci: " + labels: + - ci + - automated diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6b6e249..4ce15af 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -78,8 +78,7 @@ jobs: cleanup: if: github.event_name == 'pull_request' && - github.event.action == 'closed' && - github.event.pull_request.merged == false + github.event.action == 'closed' runs-on: ubuntu-latest steps: