File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ updates:
2222 prefix : " chore"
2323 prefix-development : " chore"
2424 include : " scope"
25- assignees :
26- - " naveensingh"
2725
2826 - package-ecosystem : " gradle"
2927 directory : " /"
@@ -37,8 +35,6 @@ updates:
3735 prefix : " chore"
3836 prefix-development : " chore"
3937 include : " scope"
40- assignees :
41- - " naveensingh"
4238
4339 - package-ecosystem : " github-actions"
4440 directory : " /"
@@ -48,5 +44,3 @@ updates:
4844 prefix : " chore"
4945 prefix-development : " chore"
5046 include : " scope"
51- assignees :
52- - " naveensingh"
Original file line number Diff line number Diff line change 44 repository_dispatch :
55 types : [prepare-release]
66 workflow_dispatch :
7+ push :
8+ branches : [main]
9+ paths :
10+ - " CHANGELOG.md"
711
812jobs :
913 call-release-pr :
Original file line number Diff line number Diff line change 1+ name : Fastlane metadata validation
2+
3+ on :
4+ push :
5+ branches : [main]
6+ paths :
7+ - " fastlane/**"
8+ pull_request :
9+ branches : [main]
10+ paths :
11+ - " fastlane/**"
12+
13+ jobs :
14+ validate :
15+ uses : FossifyOrg/.github/.github/workflows/validate-fastlane-metadata.yml@main
Original file line number Diff line number Diff line change 1+ * @ naveensingh
You can’t perform that action at this time.
0 commit comments