Skip to content

Commit

Permalink
Merge branch 'main' into phases-automated
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss authored Oct 14, 2024
2 parents 521592f + 8a8efb6 commit c11495d
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* @owlbear-rodeo/owlbear-rodeo

/.github/ @owlbear-rodeo/owlbear-rodeo

extensions.json @Several-Record7234 @nthouliss
27 changes: 27 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Set to true to add reviewers to pull requests
addReviewers: false

# Set to true to add assignees to pull requests
addAssignees: true

# A list of reviewers to be added to pull requests (GitHub user name)
# reviewers:
# - reviewerA
# - reviewerB
# - reviewerC

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
# A list of assignees, overrides reviewers if set
assignees:
- Several-Record7234

# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 1

# A list of keywords to be skipped the process that add reviewers if pull requests include it
# skipKeywords:
# - wip
10 changes: 10 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign'
on:
pull_request_target:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
verify:
node scripts/validation/manifest.js
10 changes: 10 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,15 @@
"calendar-of-harptos": "https://resident-uhlig.gitlab.io/owlbear-rodeo-calendar-of-harptos/store/index.md",
"journal": "https://www.battle-system.com/owlbear/journal-docs/store.md",
"map-location-keys": "https://raw.githubusercontent.com/alvarocavalcanti/map-location-keys/main/public/store.md",
"dragonbane-initiative": "https://nboughton.uk/apps/obr-dragonbane-initiative/store.md",
"shortrest": "https://www.battle-system.com/owlbear/shortrest-docs/store.md",
"shadow-sheet": "https://shadow-sheet.online/store.md",
"sheet-from-beyond": "https://raw.githubusercontent.com/alvarocavalcanti/sheet-from-beyond/main/public/store.md",
"chronicle": "https://www.battle-system.com/owlbear/chronicle-docs/store.md",
"decked": "https://www.battle-system.com/owlbear/decked-docs/store.md",
"external-links": "https://raw.githubusercontent.com/GravityDeficient/obr-external-links/main/docs/store.md",
"segmentable-ruler": "https://raw.githubusercontent.com/SeamusFinlayson/owlbear-measure/main/docs/store.md",
"dynamic-fog": "https://raw.githubusercontent.com/owlbear-rodeo/dynamic-fog/main/docs/store.md",
"weather": "https://raw.githubusercontent.com/owlbear-rodeo/weather/main/docs/store.md",
"phases-automated": "https://raw.githubusercontent.com/SeamusFinlayson/phases-automated/main/docs/store.md"
}

0 comments on commit c11495d

Please sign in to comment.