mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Make label-notify action edit body (#39885)
This commit is contained in:
parent
27dfd494f7
commit
e6fff30ef1
4
.github/workflows/label-notify.yml
vendored
4
.github/workflows/label-notify.yml
vendored
@ -8,9 +8,11 @@ jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jenschelkopf/issue-label-notification-action@f7d2363e5efa18b8aeea671ca8093e183ae8f218 # 1.3
|
||||
- uses: felixfbecker/issue-label-notification-action@57b8a1f93c7951ce8af6cce8c6c90ae35a51c2e0
|
||||
with:
|
||||
token: "${{ secrets.LABELER_GITHUB_TOKEN }}"
|
||||
edit_body: true
|
||||
message: /cc {recipients}
|
||||
recipients: |
|
||||
team/integrations=@muratsu @jjinnii @ryankscott
|
||||
team/growth=@muratsu @a-bergevin
|
||||
|
||||
@ -306,8 +306,8 @@ func GeneratePipeline(c Config) (*bk.Pipeline, error) {
|
||||
|
||||
// Construct pipeline
|
||||
pipeline := &bk.Pipeline{
|
||||
Env: env,
|
||||
|
||||
Env: env,
|
||||
Steps: []any{},
|
||||
AfterEveryStepOpts: []bk.StepOpt{
|
||||
withDefaultTimeout,
|
||||
withAgentQueueDefaults,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user