Skip to content

Commit 899442c

Browse files
gdenchevprogDimitar-Goshev
authored andcommitted
chore: update GH action
1 parent b131c32 commit 899442c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/check-repos-updates.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,14 @@ done
4141
for file in `find . -type f -name "*.csproj"`
4242
do
4343
sed -i "s/$CURRENT_GLOBAL_VERSION/$LATEST_RELEASE/g" $file
44-
sed -i "s/$CURRENT_GLOBAL_THEMES_VERSION/$LATEST_THEMES_RELEASE/g" $file
4544
done
4645
for file in `find . -type f -name "*.config"`
4746
do
4847
sed -i "s/$CURRENT_GLOBAL_VERSION/$LATEST_RELEASE/g" $file
49-
sed -i "s/$CURRENT_GLOBAL_THEMES_VERSION/$LATEST_THEMES_RELEASE/g" $file
5048
done
5149

5250
echo "Stage2 Commit the change"
53-
reviewers="Dimitar-Goshev,MilenaCh,mparvanov"
51+
reviewers="Dimitar-Goshev"
5452
echo $reviewers
5553
BRANCH_NAME="update-dependencies"
5654
PRs=$(gh pr list | grep "$BRANCH_NAME" || true)

.github/workflows/check-repos-updates.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Check for updates across repos and create pull request
22

3-
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: '0 1 * * 4'
3+
on: workflow_dispatch
74
jobs:
85
check-repos-updates:
96
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)