mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
tmp disable translations workflow
This commit is contained in:
4
.github/workflows/issue_bot.yml
vendored
4
.github/workflows/issue_bot.yml
vendored
@@ -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 }}
|
||||
|
||||
7
.github/workflows/translation.yml
vendored
7
.github/workflows/translation.yml
vendored
@@ -1,9 +1,10 @@
|
||||
name: Run the po generator script
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user