Skip to content

Commit

Permalink
Merge branch 'main' into sevey/adr-template
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Mar 15, 2023
2 parents e7f19cb + 44ad94c commit cf8f54c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
# global owners are only requested if there isn't a more specific
# codeowner specified below. For this reason, the global codeowners
# are often repeated in package-level definitions.
* @liamsi @MSevey
/.github/ @celestiaorg/devops

# Global Owner(s)
* @MSevey

# .github directory owners
/.github/ @MSevey @celestiaorg/devops

# Specific file owners
CONTRIBUTING.md @liamsi @MSevey
SECURITY.md @liamsi @MSevey
2 changes: 1 addition & 1 deletion .github/workflows/reusable_housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: ${{ inputs.run-projects }}
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
- uses: actions/add-to-project@v0.4.1
with:
project-url: ${{ inputs.project-url }}
# There is a celestiaorg level ADD_TO_PROJECT_PAT secret that belongs
Expand Down

0 comments on commit cf8f54c

Please sign in to comment.