This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"rules": [ | |
{ | |
"description": "Use right command and right option as chrome tab navigation", | |
"manipulators": [ | |
{ | |
"conditions": [ | |
{ | |
"identifiers": [ | |
{ | |
"vendor_id": 1452 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# resolves : Is there a way to delete or hide old/renamed Workflows? #26256 | |
# https://github.com/community/community/discussions/26256 | |
from multiprocessing.dummy import Pool as ThreadPool | |
import requests | |
TOKEN = "{YOUR_GH_TOKEN}" | |
OWNER_REPO = "esc5221/example_repo" | |
DELETE_TARGET_RUN_NAME = "{RUN NAME}" |