diff --git a/.github/workflows/issue_bot.yml b/.github/workflows/issue_bot.yml index c0acecc27..7bb78eed9 100644 --- a/.github/workflows/issue_bot.yml +++ b/.github/workflows/issue_bot.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/stale@v9.0.0 with: - any-of-labels: "wait4close" + any-of-labels: "wait 4 close" exempt-all-milestones: true days-before-issue-close: 14 - close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as 'wait4close'." + close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as 'wait 4 close'." days-before-pr-stale: -1 days-before-pr-close: -1 repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 626d90ac4..210620601 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -1,9 +1,10 @@ name: Run the po generator script on: - push: - branches: - - dev + workflow_dispatch: + # push: + # branches: + # - dev jobs: build: