Skip to content

Commit 2bacfa5

Browse files
committed
Pin GHA sha, add dependabot & codeowners
1 parent 4bda290 commit 2bacfa5

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.github/CODEOWNERS @neo4j/drivers
2+
/.github/workflows/ @neo4j/drivers

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
cooldown:
8+
default-days: 3
9+
open-pull-requests-limit: 5
10+
labels:
11+
- "no changelog"
12+
assignees:
13+
- "robsdedude"

.github/workflows/changelog_entry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check changelog entry
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- name: Verify changelog entry or "no changelog" label
1818
env:
1919
GH_TOKEN: ${{ github.token }}

changelog.d/88.dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Testing
1+
Testing<ISSUES_LIST>.

0 commit comments

Comments
 (0)