File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" github>sapphiredev/readme :sapphire-renovate" ]
3
+ "extends" : [" github>sapphiredev/.github :sapphire-renovate" ]
4
4
}
Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Project
14
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
14
+ uses : actions/checkout@v4
15
15
with :
16
- repository : ' sapphiredev/readme'
16
+ sparse-checkout : .github/labels.yml
17
+ sparse-checkout-cone-mode : false
18
+ repository : ' sapphiredev/.github'
17
19
- name : Run Label Sync
18
- uses : crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4
20
+ uses : crazy-max/ghaction-github-labeler@v5
19
21
with :
20
22
github-token : ${{ secrets.GITHUB_TOKEN }}
21
23
yaml-file : .github/labels.yml
You can’t perform that action at this time.
0 commit comments