Created
March 7, 2024 23:03
-
-
Save lukateras/426b1ac3b6111b2134087d8c41aea8b7 to your computer and use it in GitHub Desktop.
GitHub immutable tag ruleset
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
{ | |
"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