Skip to content

Commit c7e75fd

Browse files
superdoc-bot[bot]github-actions[bot]caio-pizzol
authored
docs: add iguit0 to community contributors (#2737)
* docs: add iguit0 to community contributors * ci: auto-merge contributor PRs via bot bypass The superdoc-bot app has bypass on the require-ci ruleset, so it can squash-merge its own PRs without waiting for validate. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Caio Pizzol <caio@harbourshare.com>
1 parent 1c02ada commit c7e75fd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/update-contributors.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ jobs:
120120
git commit -m "docs: add $AUTHOR to community contributors"
121121
git push origin "$BRANCH"
122122
123-
gh pr create \
123+
PR_URL=$(gh pr create \
124124
--base main \
125125
--head "$BRANCH" \
126126
--title "docs: add $AUTHOR to community contributors" \
127-
--body "Auto-generated: adds $AUTHOR to the README community contributors section."
127+
--body "Auto-generated: adds $AUTHOR to the README community contributors section.")
128+
129+
gh pr merge "$PR_URL" --squash --auto

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Special thanks to these community members who have contributed code to SuperDoc:
159159
<a href="https://github.com/Branc0"><img src="https://github.com/Branc0.png" width="50" height="50" alt="Branc0" title="Rafael Rocha de Azevedo" /></a>
160160
<a href="https://github.com/Muhammad-Nur-Alamsyah-Anwar"><img src="https://github.com/Muhammad-Nur-Alamsyah-Anwar.png" width="50" height="50" alt="Muhammad-Nur-Alamsyah-Anwar" title="Alam" /></a>
161161
<a href="https://github.com/andrewsrigom"><img src="https://github.com/andrewsrigom.png" width="50" height="50" alt="andrewsrigom" title="Andrews Rigom" /></a>
162+
<a href="https://github.com/iguit0"><img src="https://github.com/iguit0.png" width="50" height="50" alt="iguit0" title="Igor Alves" /></a>
162163

163164
Want to see your avatar here? Check the [Contributing Guide](CONTRIBUTING.md) to get started.
164165

0 commit comments

Comments
 (0)