https://github.com/jamsinclair/gif-guardian-action
The silent but animated protector of Pull Requests. Automatically label Pull Requests without gifs.
https://github.com/jamsinclair/gif-guardian-action
Last synced: 18 days ago
JSON representation
The silent but animated protector of Pull Requests. Automatically label Pull Requests without gifs.
- Host: GitHub
- URL: https://github.com/jamsinclair/gif-guardian-action
- Owner: jamsinclair
- License: mit
- Created: 2020-01-17T01:23:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T04:32:58.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:19:26.242Z (about 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gif Guardian Action
> The silent but animated protector of Pull Requests. Automatically label Pull Requests without gifs with this GitHub Action.
## Example Workflow
```yml
name: Pull Requests Must Have GIFon:
pull_request:
types: [opened, reopened]jobs:
build:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v1
- name: Gif Guardian
uses: jamsinclair/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label: "🙅♀️ No Gif"
```