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

Installation Issue: Keras3#799

Installation Issue: Keras3

Installation Issue: Keras3 #799

name:Remove 'awaiting response' label
on:
issue_comment:
types:[created, edited]
jobs:
remove-awaiting-response-label:
runs-on:ubuntu-latest
steps:
-name:Remove 'awaiting response' label and maybe reopen
if:contains(github.event.issue.labels.*.name, 'awaiting response')
run:|
gh issue edit $ISSUE --remove-label 'awaiting response'
gh issue reopen $ISSUE
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
ISSUE:${{ github.event.issue.html_url }}

[8]ページ先頭

©2009-2025 Movatter.jp