Skip to content

Commit 5052868

Browse files
authored
Merge branch 'main' into yahyaA-arm/main
2 parents f2d182b + c7cf14a commit 5052868

File tree

1,170 files changed

+7134
-1409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,170 files changed

+7134
-1409
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Resize Images
2+
# A weekly run to resize images that changed in the last week
3+
4+
on:
5+
schedule:
6+
- cron: "0 9 * * 1" # every Monday at 09:00 UTC
7+
workflow_dispatch:
8+
9+
jobs:
10+
resize-images:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0 # Fetch full history to compare with last week
17+
18+
- name: Get changed image files from last week
19+
id: changed-files
20+
run: |
21+
# Find all image files that changed since last Monday
22+
CHANGED_IMAGES=$(git log --since="7 days ago" --name-only --pretty="" \
23+
-- '*.jpg' '*.jpeg' '*.png' '*.JPG' '*.JPEG' '*.PNG' | sort -u | tr '\n' ' ')
24+
25+
echo "changed_images=$CHANGED_IMAGES" >> $GITHUB_OUTPUT
26+
echo "Changed images: $CHANGED_IMAGES"
27+
28+
# Set a flag if any images were changed
29+
if [ -n "$CHANGED_IMAGES" ]; then
30+
echo "has_changes=true" >> $GITHUB_OUTPUT
31+
else
32+
echo "has_changes=false" >> $GITHUB_OUTPUT
33+
fi
34+
35+
- name: Install ImageMagick
36+
run: sudo apt-get update && sudo apt-get install -y imagemagick
37+
38+
- name: Run tools/resize_images.sh on changed files
39+
if: steps.changed-files.outputs.has_changes == 'true'
40+
run: |
41+
# Pass the changed image files to the resize script
42+
bash tools/resize_images.sh ${{ steps.changed-files.outputs.changed_images }}
43+
- name: Create Pull Request
44+
uses: peter-evans/create-pull-request@v6
45+
if: steps.changed-files.outputs.has_changes == 'true' && success()
46+
with:
47+
commit-message: Resize images changed in the last week
48+
title: Resize images changed in the last week
49+
body: |
50+
Resize images that were modified in the last week (Monday to Monday)
51+
52+
Changed files: ${{ steps.changed-files.outputs.changed_images }}
53+
54+
Triggered by workflow run ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
55+
Auto-generated by create-pull-request: https://github.com/peter-evans/create-pull-request
56+
branch: resize-images
57+
base: main

.wordlist.txt

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5055,4 +5055,104 @@ Zynq
50555055
ZYNQ
50565056
zypper
50575057
ZZa
5058-
ZZZZZ
5058+
ZZZZZ
5059+
Abouelseoud
5060+
ActiveRecord
5061+
Axion's
5062+
Ayoub
5063+
BeagleBone
5064+
Bourjilat
5065+
Buildroot's
5066+
Bundler
5067+
CGO
5068+
ConfigMap
5069+
CubeProgrammer
5070+
DEBLOAT
5071+
DGX
5072+
DTC
5073+
Disaggregated
5074+
EP
5075+
Espressif
5076+
FPARMv
5077+
FRDM
5078+
FirewallD
5079+
Flink's
5080+
IDQ
5081+
Kustomize
5082+
LinkServer
5083+
MCXN
5084+
MIS
5085+
MVC
5086+
NVLink
5087+
OpenOCD
5088+
PRED
5089+
PackageCloud
5090+
Puncover
5091+
PyOCD
5092+
RemoteChannelThroughputBenchmark
5093+
Retbleed
5094+
SEGGER
5095+
SVD
5096+
Skaffold
5097+
Skylake
5098+
Spectre
5099+
Superchip
5100+
TARGETPLATFORM
5101+
TFLOPs
5102+
TMA
5103+
TMAM
5104+
UNHALTED
5105+
VPCs
5106+
Vmlinux
5107+
WordCount
5108+
YJIT
5109+
Yahya
5110+
backend's
5111+
btop
5112+
carkservice
5113+
cartservice
5114+
checkpointing
5115+
cours
5116+
dgx
5117+
dtlb
5118+
emailservice
5119+
firewalld
5120+
fopenmp
5121+
fs
5122+
htop
5123+
ident
5124+
insmod
5125+
itlb
5126+
ko
5127+
kube
5128+
loadgen
5129+
loadgenerator
5130+
microbenchmarks
5131+
microcoded
5132+
microoperation
5133+
mknod
5134+
mpki
5135+
mtune
5136+
mvn
5137+
mychardrv
5138+
nRF
5139+
narrowings
5140+
navpane
5141+
nginx's
5142+
nvcc
5143+
nvtop
5144+
oRT
5145+
petaFLOP
5146+
plaintext
5147+
rbenv
5148+
recommendationservice
5149+
remoteRebalance
5150+
residually
5151+
rubyonrails
5152+
sdcard
5153+
smi
5154+
spiko
5155+
transpile
5156+
tsc
5157+
typescriptlang
5158+
vmlinux

assets/contributors.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ Mohamad Najem,Arm,,,,
105105
Ruifeng Wang,Arm,,,,
106106
Zenon Zhilong Xiu,Arm,,zenon-zhilong-xiu-491bb398,,
107107
Zbynek Roubalik,Kedify,,,,
108-
Yahya Abouelseoud,Arm,,,,
108+
Rani Chowdary Mandepudi, Arm,,,,
109+
Ayoub Bourjilat,Ac6,Bourjilat,ayoub-bourjilat-a55b58165/,,https://www.ac6.fr/en/
110+
Yahya Abouelseoud,Arm,,,,
-188 KB
Binary file not shown.
105 KB
Loading
-209 KB
Binary file not shown.
136 KB
Loading
-369 KB
Binary file not shown.
83.8 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)