You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
456 B

# i love stealing
matches:
- regex: "grc(?P<name>[a-zA-Z0-9_-]+)/(?P<repo>[a-zA-Z0-9_-]+);;"
label: Gitea Repo
replace: "https://git.ruthenic.com/{{name}}/{{repo}}"
- trigger: "gitea;;"
label: Gitea Repo Form
replace: "https://git.ruthenic.com/{{form.name}}/{{form.repo}}"
vars:
- name: "form"
type: "form"
params:
layout: |
https://git.ruthenic.com/[[name]]/[[repo]]