Skip to content

GitHub Action to generate pull-request for updating .gitignore

Notifications You must be signed in to change notification settings

gitignore-in/gh-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for gitignore-in

gitignore-in is a tool to generate .gitignore files from templates. This action runs gitignore-in and commits the result to the repository.

Example

.gitignore.in is a template file for gitignore-in. And this works as ordinary shell script.

gibo dump macOS
gibo dump Windows
echo "node_modules/"
$ gitignore-in
Generated .gitignore

If the .gitignore.in is changed, the action will create pull request automatically.

Usage

steps:
- uses: actions/checkout@v4
- uses: gitignore-in/gh-action@main

License

MIT

About

GitHub Action to generate pull-request for updating .gitignore

Resources

Stars

Watchers

Forks

Packages

No packages published