Skip to content

Commit

Permalink
User recommended .yaml extension for YAML files, rather than .yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
orendain committed Nov 6, 2023
1 parent 6a9367f commit ea602cd
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
'area: advancedstats':
- .github/workflows/advancedstats.yml
- .github/workflows/advancedstats.yaml
- AdvancedStats/**

'area: common/ui':
- Common.UI/**

'area: highlighter':
- .github/workflows/highlighter.yml
- .github/workflows/highlighter.yaml
- Highlighter/**

'area: houserules/configuration':
- .github/workflows/houserules.yml
- .github/workflows/houserules.yaml
- HouseRules.Configuration/**

'area: houserules/core':
- .github/workflows/houserules.yml
- .github/workflows/houserules.yaml
- HouseRules.Core/**

'area: houserules/essentials':
- .github/workflows/houserules.yml
- .github/workflows/houserules.yaml
- HouseRules.Essentials/**

'area: roomcode':
- .github/workflows/roomcode.yml
- .github/workflows/roomcode.yaml
- RoomCode/**

'area: roomfinder':
- .github/workflows/roomfinder.yml
- .github/workflows/roomfinder.yaml
- RoomFinder/**

'area: skipintro':
- .github/workflows/skipintro.yml
- .github/workflows/skipintro.yaml
- SkipIntro/**
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'AdvancedStats/**'
- '.github/workflows/advancedstats.yml'
- '.github/workflows/advancedstats.yaml'
push:
branches:
- 'main'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'Highlighter/**'
- '.github/workflows/highlighter.yml'
- '.github/workflows/highlighter.yaml'
push:
branches:
- 'main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'HouseRules*/**'
- '.github/workflows/houserules.yml'
- '.github/workflows/houserules.yaml'
push:
branches:
- 'main'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'RoomCode/**'
- '.github/workflows/roomcode.yml'
- '.github/workflows/roomcode.yaml'
push:
branches:
- 'main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'RoomFinder/**'
- '.github/workflows/roomfinder.yml'
- '.github/workflows/roomfinder.yaml'
push:
branches:
- 'main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'SkipIntro/**'
- '.github/workflows/skipintro.yml'
- '.github/workflows/skipintro.yaml'
push:
branches:
- 'main'
Expand Down
16 changes: 8 additions & 8 deletions DemeoMods.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{30D2
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".workflows", ".workflows", "{704400AE-213D-4015-A6A6-2F5659641B56}"
ProjectSection(SolutionItems) = preProject
.github\workflows\highlighter.yml = .github\workflows\highlighter.yml
.github\workflows\roomcode.yml = .github\workflows\roomcode.yml
.github\workflows\labeler.yml = .github\workflows\labeler.yml
.github\workflows\skipintro.yml = .github\workflows\skipintro.yml
.github\workflows\advancedstats.yml = .github\workflows\advancedstats.yml
.github\workflows\curseforge.yml = .github\workflows\curseforge.yml
.github\workflows\houserules.yml = .github\workflows\houserules.yml
.github\workflows\roomfinder.yml = .github\workflows\roomfinder.yml
.github\workflows\highlighter.yaml = .github\workflows\highlighter.yaml
.github\workflows\roomcode.yaml = .github\workflows\roomcode.yaml
.github\workflows\labeler.yaml = .github\workflows\labeler.yaml
.github\workflows\skipintro.yaml = .github\workflows\skipintro.yaml
.github\workflows\advancedstats.yaml = .github\workflows\advancedstats.yaml
.github\workflows\curseforge.yaml = .github\workflows\curseforge.yaml
.github\workflows\houserules.yaml = .github\workflows\houserules.yaml
.github\workflows\roomfinder.yaml = .github\workflows\roomfinder.yaml
.github\workflows\advancedstats-tag.yaml = .github\workflows\advancedstats-tag.yaml
.github\workflows\highlighter-tag.yaml = .github\workflows\highlighter-tag.yaml
.github\workflows\houserules-tag.yaml = .github\workflows\houserules-tag.yaml
Expand Down

0 comments on commit ea602cd

Please sign in to comment.