All Projects β†’ technote-space β†’ assign-author

technote-space / assign-author

Licence: MIT license
GitHub Actions to assign author to issue or PR

Programming Languages

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

Projects that are alternatives of or similar to assign-author

aloba
πŸ€– [Myrmica Aloba 🐜] Bot: Add labels and milestone on pull requests and issues.
Stars: ✭ 18 (-67.27%)
Mutual labels:  issues, pull-requests, github-actions
Gha Mjolnir
πŸ”¨ GitHub Action to close issues related to the merge of a pull request.
Stars: ✭ 28 (-49.09%)
Mutual labels:  issues, pull-requests
Contribute A Thon
Month-long Open Source contributing event ✨
Stars: ✭ 26 (-52.73%)
Mutual labels:  issues, pull-requests
Github Project Automation Plus
πŸ€– Automate GitHub Project cards with any webhook event
Stars: ✭ 134 (+143.64%)
Mutual labels:  issues, pull-requests
backup-github-repo
Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML
Stars: ✭ 31 (-43.64%)
Mutual labels:  issues, pull-requests
Contributors On Github
🌡 Show stats about contributors on github
Stars: ✭ 391 (+610.91%)
Mutual labels:  issues, pull-requests
Export Pull Requests
Export pull requests and/or issues to a CSV file. Supports GitHub, GitLab, and Bitbucket
Stars: ✭ 68 (+23.64%)
Mutual labels:  issues, pull-requests
action
πŸ“¦πŸ“Š GitHub Action to reports on the size of your npm package
Stars: ✭ 36 (-34.55%)
Mutual labels:  pull-requests, github-actions
Github Issue Templates
πŸ”£ A collection of GitHub issue and pull request templates
Stars: ✭ 3,074 (+5489.09%)
Mutual labels:  issues, pull-requests
release-changelog-builder-action
A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
Stars: ✭ 515 (+836.36%)
Mutual labels:  issues, pull-requests
action-branch-name
Github action to enforce naming convention on branch names
Stars: ✭ 53 (-3.64%)
Mutual labels:  pull-requests, github-actions
label-actions
πŸ€– GitHub Action that performs certain tasks when issues, pull requests or discussions are labeled or unlabeled
Stars: ✭ 60 (+9.09%)
Mutual labels:  issues, github-actions
issue-bot
GitHub Actions powered Issue Bot 🦾
Stars: ✭ 62 (+12.73%)
Mutual labels:  issues, github-actions
Github Bot
GitHub θ‡ͺεŠ¨ε€„η† issue、PR、releases ζœΊε™¨δΊΊ
Stars: ✭ 434 (+689.09%)
Mutual labels:  issues, pull-requests
issue-states
GitHub Action that closes or reopens issues when they are moved to a project column
Stars: ✭ 64 (+16.36%)
Mutual labels:  issues, github-actions
Repo Lockdown
GitHub Action that immediately closes and locks issues and pull requests
Stars: ✭ 56 (+1.82%)
Mutual labels:  issues, pull-requests
pull-request-comment-branch
A GitHub Action to get the head ref and sha of a pull request comment
Stars: ✭ 21 (-61.82%)
Mutual labels:  pull-requests, github-actions
autoupdate
A GitHub Action that auto-updates pull requests branches, whenever changes are pushed to their destination branch.
Stars: ✭ 70 (+27.27%)
Mutual labels:  pull-requests, github-actions
Lock Threads
GitHub Action that locks closed issues and pull requests after a period of inactivity
Stars: ✭ 156 (+183.64%)
Mutual labels:  issues, pull-requests
action-pr-title
Github action to enforce Pull Request title conventions
Stars: ✭ 83 (+50.91%)
Mutual labels:  pull-requests, github-actions

Assign Author

CI Status codecov CodeFactor License: MIT

Read this in other languages: English, ζ—₯本θͺž.

GitHub Actions to assign author to issue or PR.

Table of Contents

Details

Screenshot

GitHub Action

Installation

  1. Setup workflow
    e.g. .github/workflows/pull_request.yml
    on:
      pull_request:
        types: [opened]
    name: Pull Request
    jobs:
      assignAuthor:
        name: Assign author to PR
        runs-on: ubuntu-latest
        steps:
          - name: Assign author to PR
            uses: technote-space/assign-author@v1
    e.g. .github/workflows/issues.yml
    on:
      issues:
        types: [opened]
    name: Issues
    jobs:
      assignAuthor:
        name: Assign author to issue
        runs-on: ubuntu-latest
        steps:
          - name: Assign author to issue
            uses: technote-space/assign-author@v1

Action event details

Target events

eventName action
pull_request, pull_request_target opened, reopened
issues opened, reopened

Author

GitHub (Technote)
Blog

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].