AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
1atproto-browser:
2 - changed-files:
3 - any-glob-to-any-file: packages/atproto-browser/**
4
5frontpage:
6 - changed-files:
7 - any-glob-to-any-file: packages/frontpage/**
8
9drainpipe:
10 - changed-files:
11 - any-glob-to-any-file: packages-rs/**
12
13# Add 'documentation' label to any change to .md files within the entire repository
14documentation:
15 - changed-files:
16 - any-glob-to-any-file: "**/*.md"
17
18enhancement:
19 - head-branch: ["^feature", "feature", "^feat", "feat"]
20
21fix:
22 - head-branch: ["^fix", "fix"]