Skip to content

Commit

Permalink
changed .gitignore to be more accurate and to include "/current" folders
Browse files Browse the repository at this point in the history
added feature which will auto label with emoji any issue created by a github sponsor
updated readdme to show where to find emojis
  • Loading branch information
N6REJ committed Apr 24, 2024
1 parent b6c01bd commit b951e1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/label-sponsors.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
label: Sponsor 💖
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 3 additions & 7 deletions .gitignore.common
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,3 +9,6 @@
.vscode/
.vs/
.vsc/

# ignore "current" directories
/**/current
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b951e1d

Please sign in to comment.