Commit 14370df
committed
Merge rust-bitcoin#190: Add GitHub Action for Automatic Labeling Based on File Changes.
d410c4a added labeler (0xZaddyy)
Pull request description:
This pull request introduces a GitHub Action workflow that automatically applies labels to pull requests based on the files modified.
**What This Does**
1. Automatically applies labels like **c-node**, **c-client**, **c-integration**, etc.
2. Labeling is based on file path patterns using the labeler GitHub Action
3. Runs on PR events: **opened**, **synchronize**, and **reopened**
i made a PR to test this in my fork: [https://github.com/0xZaddyy/corepc/pulls](url)
ACKs for top commit:
tcharding:
ACK d410c4a
Tree-SHA512: 59acaa756b6c7cde5ddf2b5884ed7e95c655420795f7377df9b73d4c179237edf7a03f03b4f2cfbd641528cacb81ae60f83d74a6efe15a18beaf34adcd79602f1 file changed
+57
-0
lines changed| 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 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments