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

Locker - Lock stale issues and PRs#724

Locker - Lock stale issues and PRs

Locker - Lock stale issues and PRs #724

Workflow file for this run

name:Locker - Lock stale issues and PRs
on:
schedule:
-cron:'37 8 * * *'# Once per day, early morning PT
workflow_dispatch:
# Manual triggering through the GitHub UI, API, or CLI
inputs:
daysSinceClose:
required:true
default:"30"
daysSinceUpdate:
required:true
default:"30"
permissions:
issues:write
pull-requests:write
jobs:
main:
runs-on:ubuntu-latest
if:${{ github.repository_owner == 'dotnet' }}
steps:
-name:Checkout Actions
uses:actions/checkout@v6
with:
repository:"microsoft/vscode-github-triage-actions"
path:./actions
ref:066bee9cefa6f0b4bf306040ff36fc7d96a6d56d# locker action commit sha
-name:Install Actions
run:npm install --production --prefix ./actions
-name:Run Locker
uses:./actions/locker
with:
daysSinceClose:${{ fromJson(inputs.daysSinceClose || 30) }}
daysSinceUpdate:${{ fromJson(inputs.daysSinceUpdate || 30) }}

[8]ページ先頭

©2009-2025 Movatter.jp