Commit bce5345
Fix inverted pre_activation logic in thank-you workflow
The workflow was activating for core team members instead of community contributors.
Changed `is_team_member == 'true'` to `is_team_member != 'true'` in pre_activation job.
This fixes the workflow failure where PRs from team members (like #15660 from Jacobjeevan)
were incorrectly triggering the thank-you note generator instead of being skipped.
Added documentation notes in both .md and .lock.yml files to prevent this issue
from being reintroduced during future recompilations with gh-aw.
Co-authored-by: bodhish <14979190+bodhish@users.noreply.github.com>1 parent 1b1db2d commit bce5345
2 files changed
+10
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments