A GitHub Action that lets you be an architect of your own neighborhood (your repository) in The Good Place
🍤 Features
- Replaces curse words in Issues and Pull Requests with approved words in The Good Place
- Comments a forking accurate GIF when you first label an issue (supports GitHub's default labels)
🧐 How to Use
Create a new file titled action.yml
inside the .github/workflows
directory of your repository and copy the code below.
on:
issues:
types: [opened, edited, labeled]
issue_comment:
types: [created, edited]
pull_request:
types: [opened, edited]
pull_request_review_comment:
types: [created, edited]
jobs:
build:
runs-on: ubuntu-latest
name: The Good Place
steps:
- name: The Good Place Action
uses: jayehernandez/the-good-place@v1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
🙏🏻 Acknowledgements
- Octokit Rest API
- GIFs from Giphy
Give a ⭐️ if you think this project is cool!
This is an entry to dev.to's GitHub Actions Hackathon. I wrote about it here.
📝 License
Copyright © 2020 Jaye Hernandez.
This project is MIT licensed.