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
echo "Changes detected in the 'gradle/versions.gradle' file."
27
+
28
+
- name: Comment on PR
29
+
if: github.event_name == 'pull_request'
30
+
uses: mshick/add-pr-comment@v2
31
+
with:
32
+
message: "⚠️ **Warning:** Changes detected in the 'versions.gradle' file! ⚠️\n\nPlease refer to [this document](https://dev.azure.com/IdentityDivision/IdentityWiki/_wiki/wikis/IdentityWiki.wiki/82085/Adding-or-Updating-Gradle-Dependencies) for more details."
0 commit comments