File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
env :
14
14
PR_TITLE : ${{ github.event.pull_request.title }}
15
15
run : |
16
- if [[ ! "$PR_TITLE" =~ ^\[(Integration|Core|Docs)(\]\[.*?\])? \]\ .+ ]]; then
16
+ if [[ ! "$PR_TITLE" =~ ^\[(Integration|Core|Docs)\]\ .+ ]]; then
17
17
echo "PR title does not match the required convention."
18
18
echo "Examples of acceptable titles:"
19
- echo "[Integration][ADO] Fix missing team context for non default teams while ingesting boards "
20
- echo "[Core][Logging] Fix Integration logs not being ingested "
21
- echo "[Core] bump fastapi version"
22
- echo "[Docs] Fix Ocean Denial of service in http-proxy-middleware in docs "
23
- echo "[Integration][AWS] Added support to choose specific regions to query resources from "
19
+ echo "[Integration] Resolve missing team context in board ingestion for non- default teams"
20
+ echo "[Core] Ensure ingestion of integration logs "
21
+ echo "[Core] Upgrade FastAPI version to improve performance and compatibility "
22
+ echo "[Docs] Correct documentation on Ocean's denial-of- service vulnerability in http-proxy-middleware"
23
+ echo "[Integration] Enable region- specific resource querying support "
24
24
exit 1
25
25
else
26
26
echo "PR title matches the required convention."
You can’t perform that action at this time.
0 commit comments