Skip to content

bug: Save button dosnt work on fitness tab #136

bug: Save button dosnt work on fitness tab

bug: Save button dosnt work on fitness tab #136

Workflow file for this run

name: Issue Labeler
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Label issue
uses: github/issue-labeler@v3.3
with:
configuration-path: .github/actions/labeler.yml
not-before: 2024-01-01T02:54:32Z
enable-versioned-regex: 0
include-title: 1
include-body: 0
repo-token: ${{ github.token }}