All Projects → estrada9166 → issue-assigner

estrada9166 / issue-assigner

Licence: MIT License
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Issue assigner

Assign issues to the last user that changed that line.

Create a workflow:

name: "Issue assigner"

on: [issues, issue_comment]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: estrada9166/issue-assigner@v1
      with:
        GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
        WITH_COMMENTS: true

If you don't want this action to post comments on your issue with the commit information, update .yml file with

WITH_COMMENTS: false

Create an issue

example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].