code.gitea.io/gitea@v1.22.3/models/fixtures/protected_tag.yml (about)

     1  -
     2    id: 1
     3    repo_id: 4
     4    name_pattern: /v.+/
     5    allowlist_user_i_ds: []
     6    allowlist_team_i_ds: []
     7    created_unix: 1715596037
     8    updated_unix: 1715596037
     9  -
    10    id: 2
    11    repo_id: 1
    12    name_pattern: v-*
    13    allowlist_user_i_ds: []
    14    allowlist_team_i_ds: []
    15    created_unix: 1715596037
    16    updated_unix: 1715596037
    17  -
    18    id: 3
    19    repo_id: 1
    20    name_pattern: v-1.1
    21    allowlist_user_i_ds: [2]
    22    allowlist_team_i_ds: []
    23    created_unix: 1715596037
    24    updated_unix: 1715596037