Skip to content

Commit

Permalink
Merge branch 'master' into ci/use-commit-hash-instead-of-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresjolyst authored Dec 3, 2024
2 parents e83907b + bbda312 commit a757d81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @sondresjolyst
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: sunday
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a757d81

Please sign in to comment.