The Good Place Save

A GitHub Action that lets you be an architect of your own neighborhood (your repository) in The Good Place

Project README

Hero Image

Documentation License: MIT Twitter: jayehernandez_

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

Feature 1 Demo

  • Comments a forking accurate GIF when you first label an issue (supports GitHub's default labels)

Feature 2 Demo

🧐 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/[email protected]
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}

🙏🏻 Acknowledgements

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.

Open Source Agenda is not affiliated with "The Good Place" Project. README Source: jayehernandez/the-good-place
Stars
53
Open Issues
2
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating