diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml new file mode 100644 index 0000000..ec58869 --- /dev/null +++ b/.github/workflows/label-sponsors.yml @@ -0,0 +1,16 @@ +name: Label sponsors +on: + pull_request: + types: [opened] + issues: + types: [opened] +jobs: + build: + name: Sponsor Labels + runs-on: ubuntu-latest + steps: + - uses: JasonEtco/is-sponsor-label-action@v2.0.0 + with: + label: Sponsor 💖 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore.common b/.gitignore.common index da1a012..54e84ad 100644 --- a/.gitignore.common +++ b/.gitignore.common @@ -1,13 +1,6 @@ # Jetbrains /*.iml /.idea -/.idea/.gitignore -/.idea/deployment.xml -/.idea/discord.xml -/.idea/module-perl.iml -/.idea/modules.xml -/.idea/php.xml -/.idea/vcs.xml # Bearsampp /.dev @@ -16,3 +9,6 @@ .vscode/ .vs/ .vsc/ + +# ignore "current" directories +/**/current diff --git a/README.md b/README.md index c204b01..cb06092 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ That's all there is too it. [Full instructions here](https://github.com/matt-ba Contains an action, list-repos.yml, that will automatically create a list of ALL repo's and put it into "current-repos.md". It specifically removes the '.settings' & 'bearsampp.com' repo as those are static and will always be preset. + +The emojis we use for labels can be found at https://gist.github.com/rxaviers/7360908