Skip to content

Commit

Permalink
Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dewil-official committed Nov 25, 2024
1 parent 30f5a2a commit 79862fd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ninja_i18n.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

name: Ninja i18n action
# name: Ninja i18n action

on: pull_request_target
# on: pull_request_target

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
pull-requests: write # Necessary to comment on PRs
issues: read # Necessary to read issue comments
contents: read # Necessary to access the repo content
# # explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
# permissions:
# pull-requests: write # Necessary to comment on PRs
# issues: read # Necessary to read issue comments
# contents: read # Necessary to access the repo content

jobs:
ninja-i18n:
name: Ninja i18n - GitHub Lint Action
runs-on: ubuntu-latest
# jobs:
# ninja-i18n:
# name: Ninja i18n - GitHub Lint Action
# runs-on: ubuntu-latest

steps:
- name: Run Ninja i18n
# @main ensures that the latest version of the action is used
uses: opral/ninja-i18n-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# steps:
# - name: Run Ninja i18n
# # @main ensures that the latest version of the action is used
# uses: opral/ninja-i18n-action@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79862fd

Please sign in to comment.