Merge pull request #18204 from Homebrew/maintainers.json

workflows: remove references to `maintainers.json`
This commit is contained in:
Ruoyu Zhong 2024-08-30 11:43:04 +08:00 committed by GitHub
commit 2971755498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,8 +70,7 @@ jobs:
git checkout "README.md" \
"docs/Manpage.md" \
"manpages/brew.1" \
"completions" \
".github/maintainers.json"
"completions"
else
git checkout --no-track -B "${BRANCH}" origin/master
fi
@ -88,8 +87,7 @@ jobs:
then
git add "README.md" \
"docs/Manpage.md" \
"manpages/brew.1" \
".github/maintainers.json"
"manpages/brew.1"
git commit -m "Update maintainers." \
-m "Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow."
COMMITTED=true