All Projects → uhyo → please-star-first

uhyo / please-star-first

Licence: MIT license
GitHub Action that automatically closes issues opened by non-stargazers

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to please-star-first

github-action-wpe-site-deploy
A GitHub Action to deploy code directly to WP Engine.
Stars: ✭ 116 (+36.47%)
Mutual labels:  actions
python-actions-alpha-archived
Please note that this was for the *alpha* version of GitHub Actions for Python.
Stars: ✭ 15 (-82.35%)
Mutual labels:  actions
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (-75.29%)
Mutual labels:  actions
aws-assume-role
GitHub action to assume subsequent AWS roles
Stars: ✭ 22 (-74.12%)
Mutual labels:  actions
action.playbook
Github Action for running Ansible Playbooks.
Stars: ✭ 26 (-69.41%)
Mutual labels:  actions
public-ip
Queries GitHub actions runner's public IP address
Stars: ✭ 64 (-24.71%)
Mutual labels:  actions
netlify-build-github-actions
An example of triggering a Netlify build using Github Actions Scheduled Events
Stars: ✭ 31 (-63.53%)
Mutual labels:  actions
deploy-cloudrun
This action deploys your container image to Cloud Run.
Stars: ✭ 238 (+180%)
Mutual labels:  actions
chrome-addon
☁ GitHub action to upload addon to Chrome
Stars: ✭ 53 (-37.65%)
Mutual labels:  actions
slack-workflow-status
Github action for sending workflow run results to Slack
Stars: ✭ 63 (-25.88%)
Mutual labels:  actions
actions
Set of actions for implementing CI/CD with werf and GitHub Actions
Stars: ✭ 67 (-21.18%)
Mutual labels:  actions
great expectations action
A GitHub Action that makes it easy to use Great Expectations to validate your data pipelines in your CI workflows.
Stars: ✭ 66 (-22.35%)
Mutual labels:  actions
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+762.35%)
Mutual labels:  actions
flutter
A Github action for the flutter CLI
Stars: ✭ 40 (-52.94%)
Mutual labels:  actions
HitNotes
Rhythm-based mobile game
Stars: ✭ 24 (-71.76%)
Mutual labels:  actions
actions-deploy-gist
📌 Deploy file to Github Gist
Stars: ✭ 26 (-69.41%)
Mutual labels:  actions
actions
A set of GitHub actions for Infracost. See cloud cost estimates for Terraform in pull requests. 💰📉 Love your cloud bill!
Stars: ✭ 147 (+72.94%)
Mutual labels:  actions
dart-package-publisher
Action to Publish Dart / Flutter Package To https://pub.dev When you need to publish a package, just bump the version in pubspec.yaml
Stars: ✭ 45 (-47.06%)
Mutual labels:  actions
scan-action
Anchore container analysis and scan provided as a GitHub Action
Stars: ✭ 140 (+64.71%)
Mutual labels:  actions
gh-action-get-changed-files
GitHub Action that saves changed files as JSON for use by other actions.
Stars: ✭ 82 (-3.53%)
Mutual labels:  actions

Please Star First GitHub Action

This GitHub Action automatically closes issues opened by non-stargazers.

Feel free to try out in this repository!

Usage

on:
  issues:
    types: [opened, reopened]

jobs:
  greet:
    runs-on: ubuntu-latest
    name: Close issue opened by non-stargazer
    steps:
      - name: close
        uses: uhyo/please-star-first@v1
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].