You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": ":pr-merged: Auto merged Dependabot PR #${{ env.PR_NUMBER }}",
73
-
"emoji": true
74
-
}
75
-
},
76
-
{
77
-
"type": "section",
78
-
"fields": [
79
-
{
80
-
"type": "mrkdwn",
81
-
"text": "${{ env.PR_TITLE }}"
82
-
}
83
-
]
84
-
},
85
-
{
86
-
"type": "actions",
87
-
"elements": [
88
-
{
89
-
"type": "button",
90
-
"text": {
91
-
"type": "plain_text",
92
-
"text": "View PR"
93
-
},
94
-
"url": "${{ env.PR_URL }}"
95
-
}
96
-
]
97
-
}
98
-
]
99
-
}' ${{ secrets.DEPENDABOT_PRS_SLACK_WEBHOOK }}
100
-
101
25
cla:
102
26
runs-on: ubuntu-latest
103
27
permissions:
104
28
pull-requests: write
105
29
steps:
106
30
- name: cla
107
-
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
31
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
0 commit comments