Skip to content

Instantly share code, notes, and snippets.

@esc5221
esc5221 / delete_gha_runs_by_name.py
Created December 14, 2022 10:36
delete github actions workflow runs by name
# 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}"
@esc5221
esc5221 / karabiner_rule.json
Last active November 5, 2022 08:19
karabiner chrome tab navigation with right command and right option
"rules": [
{
"description": "Use right command and right option as chrome tab navigation",
"manipulators": [
{
"conditions": [
{
"identifiers": [
{
"vendor_id": 1452