Skip to content

Commit

Permalink
Merge pull request #90 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 15, 2023
2 parents f94857a + 955f57a commit ee59947
Showing 1 changed file with 16 additions and 0 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

0 comments on commit ee59947

Please sign in to comment.