Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: pre-commit autoupdate#3207

chore: pre-commit autoupdate

chore: pre-commit autoupdate #3207

name:Check News Item
on:
pull_request_target:
branches:
-main
permissions:
pull-requests:write
contents:read
jobs:
build:
runs-on:ubuntu-latest
name:Check News item
steps:
# note: the checkout will pull code from the base branch. This step should not pull code from the merge commit
-uses:actions/checkout@v4
-name:Setup Python
uses:actions/setup-python@v5
with:
python-version:'3.9'
cache:'pip'
cache-dependency-path:'pyproject.toml'
-run:pip install PyGithub
-run:python .github/workflows/check-news.py
env:
PR_NUMBER:"${{ github.event.number }}"
GITHUB_TOKEN:"${{ secrets.GITHUB_TOKEN }}"
GITHUB_REPOSITORY:"${{ env.GITHUB_REPOSITORY }}"

[8]ページ先頭

©2009-2025 Movatter.jp