Skip to content

Commit 7414a9d

Browse files
authored
SRENEW-3359 | update base tag to v5.8.1, add jira action (#4)
* SRENEW-3359 | update base tag to v5.8.1 * Update JIRA action to version 4
1 parent df4080d commit 7414a9d

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

.github/workflows/jira.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: JIRA Connection
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- reopened
7+
- edited
8+
- synchronize
9+
jobs:
10+
enforce-issue:
11+
runs-on: ubuntu-latest
12+
name: JIRA Association
13+
steps:
14+
- name: Check for JIRA ISSUE
15+
id: check
16+
uses: supplypike/jira-pr-link-action@v4
17+
with:
18+
ignore-author: |
19+
dependabot[bot]
20+
supplypiker
21+
supplypiker-app[bot]
22+
supplypiker-github-app[bot]
23+
project: "[A-Z]{2,10}"
24+
jira-host: ${{ secrets.JIRA_HOST }}
25+
jira-email: ${{ secrets.JIRA_EMAIL }}
26+
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.k8s.io/kustomize/kustomize:v5.0.0
1+
FROM registry.k8s.io/kustomize/kustomize:v5.8.1
22

33
RUN apk add --no-cache \
44
sed \

0 commit comments

Comments
 (0)