Skip to content

[Bug]: Swapped the volume on my container. When I restarted with original volume, my budgets are missing #282

[Bug]: Swapped the volume on my container. When I restarted with original volume, my budgets are missing

[Bug]: Swapped the volume on my container. When I restarted with original volume, my budgets are missing #282

name: Remove 'help wanted' label from closed issues
on:
issues:
types: [closed]
jobs:
remove-help-wanted:
if: ${{ !contains(github.event.issue.labels.*.name, 'feature') && contains(github.event.issue.labels.*.name, 'help wanted') }}
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: help wanted