Skip to content

Commit

Permalink
Merge pull request #49 from stzn/add-contributor
Browse files Browse the repository at this point in the history
コントリビューターをREADMEに表示
  • Loading branch information
stzn authored Aug 28, 2024
2 parents a0ffb30 + bba6ce1 commit 2529b19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Contributors

on:
push:
branches:
- main

jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ DocCを実行した後、`docc` が出力するリンクを開いて、ブラウ
[contributing]: https://github.com/stzn/swift-migration-guide-jp/blob/main/CONTRIBUTING.md
[docc]: https://github.com/apple/swift-docc
[conduct]: https://www.swift.org/code-of-conduct

## コントリビューター

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

0 comments on commit 2529b19

Please sign in to comment.