Skip to content

Commit

Permalink
everything one line again
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 30, 2024
1 parent a994caa commit 367397b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
labels='[
{"name":"🚨 action","description":"Changes in GitHub workflows or actions","color":"A75AD5"},
{"name":"🤖 bot","description":"Automatically generated pull request","color":"0075CA"},
{"name":"🐛 bug","description":"Something isn\'t working","color":"D73A4A"},
{"name":"📝 changeset","description":"Contains changeset files","color":"304EF9"},
{"name":"🚧 config","description":"Configuration file updates","color":"C0ED4F"},
{"name":"✒️ documentation","description":"Documentation updates, like README changes","color":"66741D"},
{"name":"⏫ enhancement","description":"New feature or request","color":"3C11FD"},
{"name":"🌏 i18n","description":"Updates to internationalized docs, excluding English","color":"006B75"},
{"name":"🚀 manifest","description":"Manifest-related changes","color":"96D3D7"},
{"name":"📦 package","description":"Updates in package structure or package.json","color":"F34A37"},
{"name":"🏯 styles","description":"Stylesheets or design updates","color":"550F5A"}
]'
labels='[{"name":"🚨 action","description":"Changes in GitHub workflows or actions","color":"A75AD5"},{"name":"🤖 bot","description":"Automatically generated pull request","color":"0075CA"},{"name":"🐛 bug","description":"Something isn\'t working","color":"D73A4A"},{"name":"📝 changeset","description":"Contains changeset files","color":"304EF9"},{"name":"🚧 config","description":"Configuration file updates","color":"C0ED4F"},{"name":"✒️ documentation","description":"Documentation updates, like README changes","color":"66741D"},{"name":"⏫ enhancement","description":"New feature or request","color":"3C11FD"},{"name":"🌏 i18n","description":"Updates to internationalized docs, excluding English","color":"006B75"},{"name":"🚀 manifest","description":"Manifest-related changes","color":"96D3D7"},{"name":"📦 package","description":"Updates in package structure or package.json","color":"F34A37"},{"name":"🏯 styles","description":"Stylesheets or design updates","color":"550F5A"}]'
echo "$labels"
Expand Down

0 comments on commit 367397b

Please sign in to comment.