good-first-pin icon indicating copy to clipboard operation
good-first-pin copied to clipboard

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

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]