Skip to content

Commit b4cceca

Browse files
committed
Fix CI checks and update use-pr-linker workflow
Signed-off-by: Ivanmeneges <ivan.anil016@gmail.com>
1 parent eb31b3a commit b4cceca

214 files changed

Lines changed: 23 additions & 42887 deletions

File tree

Some content is hidden

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

.github/workflows/push-trigger.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/tag.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Auto link PR to Issues
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
- reopened
10+
- closed
11+
12+
permissions:
13+
contents: read
14+
issues: write
15+
pull-requests: read
16+
17+
jobs:
18+
call-linker:
19+
uses: mosip/kattu/.github/workflows/link-pr-to-issue.yml@develop
20+
secrets:
21+
ACTION_PAT: ${{ secrets.ACTION_PAT }}

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

artifacts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN apt-get -y update &&\
1717
apt-get install -y --no-install-recommends unzip wget zip tree openjdk-11-jdk &&\
1818
groupadd -g ${container_user_gid} ${container_user_group} &&\
1919
rm -rf /var/lib/apt/lists/* &&\
20-
wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz &&\
21-
tar -xzf apache-maven-3.8.8-bin.tar.gz && mv apache-maven-3.8.8 /usr/local/maven && rm apache-maven-3.8.8-bin.tar.gz &&\
20+
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz &&\
21+
tar -xzf apache-maven-3.9.16-bin.tar.gz && mv apache-maven-3.9.16 /usr/local/maven && rm apache-maven-3.9.16-bin.tar.gz &&\
2222
useradd -u ${container_user_uid} -g ${container_user_group} -s /bin/sh -m ${container_user} \
2323
&& mkdir -p /var/run/nginx /var/tmp/nginx \
2424
&& chown -R ${container_user}:${container_user} /usr/share/nginx /var/run/nginx /var/tmp/nginx

artifacts/build_version.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

artifacts/configure.sh

Lines changed: 0 additions & 64 deletions
This file was deleted.

artifacts/nginx.conf

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)