Skip to content

Commit

Permalink
Move review-body.sh into scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Apr 24, 2024
1 parent b78c63f commit 1d10641
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/.github/CODEOWNERS @infinisil @zimbatm
/.github/workflows @infinisil @zimbatm
/scripts @infinisil @zimbatm
/review-body.sh @infinisil @zimbatm

/doc/org-repo.md @infinisil @zimbatm
/doc/discourse.md @infinisil @zimbatm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/"$GITHUB_REPOSITORY"/issues \
-f title="[$(date +'%Y %B')] Regular manual review " \
-f body="$(./review-body.sh)"
-f body="$(./scripts/review-body.sh)"
env:
GH_TOKEN: ${{ github.token }}
File renamed without changes.

0 comments on commit 1d10641

Please sign in to comment.