You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_homepage_url"></a> [homepage_url](#input_homepage_url)| URL of a page describing the project. |`string`|`null`| no |
72
73
| <aname="input_is_template"></a> [is_template](#input_is_template)| Set to `true` to tell GitHub that this is a template repository. |`bool`|`false`| no |
73
74
| <aname="input_license_template"></a> [license_template](#input_license_template)| Use the name of the template without the extension. For example, `mit` or `mpl-2.0`. |`string`|`null`| no |
75
+
| <aname="input_tag_protections"></a> [tag_protections](#input_tag_protections)| List of tag patterns to protect. |`list(string)`|`[]`| no |
74
76
| <aname="input_teams_maintain"></a> [teams_maintain](#input_teams_maintain)| Slugs of the teams that will be granted the 'maintain' privilege. If null, a team will be created. |`list(string)`|`[]`| no |
75
77
| <aname="input_teams_read"></a> [teams_read](#input_teams_read)| Slugs of the teams that will be granted the 'pull' privilege. If null, a team will be created. |`list(string)`|`[]`| no |
76
78
| <aname="input_teams_write"></a> [teams_write](#input_teams_write)| Slugs of the teams that will be granted the 'write' privilege. If null, a team will be created. |`list(string)`|`[]`| no |
0 commit comments