Skip to content

Commit

Permalink
chore(issue): edit add-labels to set on FR/Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Oct 30, 2023
1 parent b82940b commit ee03254
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/add_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[Plugin][FR]:') }}
if: ${{ startsWith(github.event.issue.title, '[FR]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
✨ Enhancement
💎 Obsidian Github Publisher
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[MKDOCS][FR]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
✨ Enhancement
📫 Material Mkdocs Template
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[Plugin][Bug]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
🐛 Bug
💎 Obsidian Github Publisher
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[MKDOCS][Bug]:') }}
if: ${{ startsWith(github.event.issue.title, '[Bug]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
🐛 Bug
📫 Material Mkdocs Template

0 comments on commit ee03254

Please sign in to comment.