Skip to content

Instantly share code, notes, and snippets.

@lukateras
Created March 7, 2024 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukateras/426b1ac3b6111b2134087d8c41aea8b7 to your computer and use it in GitHub Desktop.
Save lukateras/426b1ac3b6111b2134087d8c41aea8b7 to your computer and use it in GitHub Desktop.
GitHub immutable tag ruleset
{
"id": 502160,
"name": "permatag",
"target": "tag",
"source_type": "Repository",
"source": "lukateras/lukateras",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [],
"include": [
"~ALL"
]
}
},
"rules": [
{
"type": "deletion"
},
{
"type": "non_fast_forward"
},
{
"type": "required_linear_history"
},
{
"type": "required_signatures"
},
{
"type": "update"
}
],
"bypass_actors": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment