Commit 540445a
authored
Tweak the first-interaction workflow (#7134)
* Fix wrong YAML multiline string format
The `|` causes strings to retain newlines, which is a problem in
GitHub-flavored Markdown because GitHub retains the line breaks.
* Don't welcome Dependabot
On new repos where Dependabot hasn't run yet, the workflow would
needlessly greet Dependabot's first interaction. This now makes it
check and not run if Dependabot is the actor.1 parent b3af2ee commit 540445a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments