Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "authors update"
on:
workflow_dispatch:

jobs:
authors_update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: "tools/update-authors.js" # run the AUTHORS tool
- uses: gr2m/create-or-update-pull-request-action@v1.x # create a PR or update the Action's existing PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: "doc: update AUTHORS"
body: "If this PR exists, there's presumably new additions to the AUTHORS file. This is an automatically generated PR by the `authors.yml` GitHub Action, which runs `tools/update-authors.js` and submits a new PR or updates an existing PR.\n\nPlease note that there might be duplicate entries. If there are, please remove them and add the duplicate emails to .mailmap directly to this PR."
branch: "actions/authors-update"
commit-message: "doc: update AUTHORS"
labels: meta

4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3319,5 +3319,9 @@ Houssem Chebab <houssemchebeb@gmail.com>
Davidson Francis <davidsondfgl@gmail.com>
Rohan Sharma <rhnsharma5113@gmail.com>
AkshayK <iit.akshay@gmail.com>
FrankEntriken <42781627+FrankEntriken@users.noreply.github.com>
Cyrille Bourgois <cyrille.bourgois@gmail.com>
Jacob <3012099+JakobJingleheimer@users.noreply.github.com>
Tierney Cyren <accounts@bnb.im>

# Generated by tools/update-authors.js