Commit 22d75f9
committed
chore: make the repo safe and clear to fork
The repository picked up its first fork. Three things a forker would hit:
* deploy-pages, notify-engine and bump-engine publish the site or talk
to TechEngine. In a fork they have no secrets and no Pages, so they
can only fail. Their entry jobs now run only in GetTechAPI/TechAPI;
deploy-pages' `deploy` job needs `build` and is skipped with it.
* The data license lived only in a README sentence, while the repo's
sole LICENSE file is the MIT one for the code — so GitHub, and anyone
reusing the data, sees "MIT". data/LICENSE.md restates the existing
CC BY-SA 4.0 declaration where the data actually sits, and points to
../LICENSE for the code. No licensing terms change.
* The contributing section listed five categories as needing
`source_urls`; the validator enforces it for all thirteen. The PR
template also gains a "targets develop" check.
The two secret-bearing triggers were reviewed and need no change:
pr-metadata runs on pull_request_target but never checks out the PR,
and its only event-derived expression (html_url) is passed through env;
verify-command only accepts OWNER/MEMBER/COLLABORATOR.
Refs #11 parent 28b93e3 commit 22d75f9
6 files changed
Lines changed: 32 additions & 5 deletions
File tree
- .github
- workflows
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments