All Projects â†’ JasonEtco â†’ good-first-pin

JasonEtco / good-first-pin

Licence: ISC license
🤖📌 A GitHub App built with Probot that rotates pinned issues based on Good First Issue labels

Programming Languages

typescript
32286 projects

good-first-pin[bot]

A GitHub App built with Probot that rotates pinned issues based on Good First Issue labels

Build Status Codecov

How it works

After installing the app on your repository, it listens issues that have been labeled Good First Issue, then pins that issue (if fewer than 3 have already been pinned). This is also triggered by new issues with the label!

gfp

Development

Follow the Getting Started with Probot guide for the full details on developing Probot Apps.

# Install dependencies
npm install

# Run typescript
npm run build

# Run the bot
npm start

Contributing

If you have suggestions for how good-first-pin could be improved, or want to report a bug, open an issue! Any and all contributions are welcome.

For more, check out the Contributing Guide.

License

ISC © 2018 Jason Etcovitch [email protected]

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