| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 417a3ac commit 55493f2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,3 +28,14 @@ jobs: | |||
| 28 | 28 | ||
| 29 | 29 | - name: Find inactive collaborators | |
| 30 | 30 | run: tools/find-inactive-collaborators.mjs ${{ env.NUM_COMMITS }} | |
| 31 | + | ||
| 32 | + - name: Open pull request | ||
| 33 | + uses: gr2m/create-or-update-pull-request-action@v1 | ||
| 34 | + env: | ||
| 35 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| 36 | + with: | ||
| 37 | + author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | ||
| 38 | + body: This PR was generated by tools/find-inactive-collaborators.yml. | ||
| 39 | + commit-message: "meta: move one or more collaborators to emeritus" | ||
| 40 | + labels: meta | ||
| 41 | + title: "meta: move one or more collaborators to emeritus" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments