Giter Site home page Giter Site logo

garganshu / github-assignee-updater Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 897 KB

Update Assignee in Github Issues

License: MIT License

JavaScript 100.00%
actions assignees github-actions github-assigner hacktoberfest issue-management issuestats javascript nodejs

github-assignee-updater's Introduction

Buy Me A Coffee

GitHub Actions JavaScript GitHub Git Shell Script

Github Assignee Updater

Updating assignees made easy in your workflow using Github Assignee Updater โœ…

Why is this plugin in action? ๐Ÿ’Ž

  • Improves the developer productivity to auto update assignees ๐Ÿง’

  • Configurable action and helps to automate the workflow ๐Ÿ”จ

  • Effective CI/CD pipelines โœ…

How to use

  1. Re-assign Issues to User(s)
filter-labels: ready-for-review
update-assignees: username
Before After
Imgur1 Imgur2
  1. Clear Assignees from Issues
filter-labels: ready-for-review
clear-assignees: true
Before After
Imgur3 Imgur

Inputs

owner

Required
Owner of Organization or Repository

repo

Required
Repository name

token

Required
Github access token

filter-labels

Filter issues which contains all labels eg. label1,label2
Default - fetches all issues

clear-assignees

Remove all assignees from issues eg. true/false
Default - false

update-assignees

Update existing assignees with new assignees eg. username,username1

Sample usage

name: Update Issues Assignee

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - name: update assignees
      id: updater
      uses: garganshu/[email protected]
      with:
        owner: ${{secrets.OWNER}}
        repo: ${{secrets.REPO}}
        token: ${{secrets.TOKEN}}
        filter-labels: ready-for-review
        clear-assignees: false
        update-assignees: username

Projects using Github Assignee Updater? ๐Ÿš€

Frontier - Your Front Seat to Crypto and DeFi (frontier.xyz)

github-assignee-updater's People

Contributors

garganshu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

anshul-frontier

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.