Skip to content

Commit f352e98

Browse files
Address gardener workflow review comments
1 parent 9d5f4b6 commit f352e98

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/skills/investigating-github-issues/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Determine the current latest major version:
9494

9595
```bash
9696
gh release list --limit 10
97-
git tag -l 'v*'
97+
git tag -l 'v*' --sort=-v:refname
9898
```
9999

100100
Also consult:

.github/workflows/gardener-investigate-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
contents: read
1717
issues: read
1818
pull-requests: read
19+
checks: read
1920

2021
jobs:
2122
investigate:

0 commit comments

Comments
 (0)