diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..66e696f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sondresjolyst diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d09820a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: sunday diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2070942..3234ba6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,5 +25,7 @@ jobs: lint-pr: name: Lint PR uses: equinor/ops-actions/.github/workflows/commitlint.yml@9c9b57defe2b287614054209eaa7a9c2e7a5f3f1 + permissions: + contents: read with: message: ${{ github.event.pull_request.title }}