Skip to content

Commit

Permalink
Merge pull request #127 from kitsuyui/install-gitignorein
Browse files Browse the repository at this point in the history
Install gitignore-in gitignore-in is a tool to generate .gitignore files from .gitignore.in file.
  • Loading branch information
kitsuyui authored Oct 18, 2023
2 parents ccdfc57 + 5aef3c9 commit 571da7b
Show file tree
Hide file tree
Showing 2 changed files with 2,719 additions and 961 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gitignore-in.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update gitignore file

on:
schedule:
# daily at 00:00
- cron: '0 0 * * *'

permissions:
contents: write
pull-requests: write

jobs:
update-gitignore:
runs-on: ubuntu-latest
steps:
- uses: gitignore-in/gh-action@v0.1.0
Loading

0 comments on commit 571da7b

Please sign in to comment.