Skip to content

Commit 14c991b

Browse files
Carlo JavierGitHub Enterprise
authored andcommitted
Merge branch 'main' into update-metadata-in-destinations
2 parents c429ee2 + d1542ab commit 14c991b

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/exl-admin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: 1
2+
type: article
3+
metadata:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: validate article
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
9+
issue_comment:
10+
types: [created]
11+
workflow_dispatch:
12+
13+
jobs:
14+
validate-articles:
15+
# Only run if it's not a comment trigger, or if it's a retest comment on a PR
16+
if: |
17+
github.event_name != 'issue_comment' ||
18+
(github.event.issue.pull_request && contains(github.event.comment.body, 'retest'))
19+
uses: Adobe-Enterprise-Docs/workflows/.github/workflows/validate-articles.yml@main
20+
with:
21+
debug: true
22+
secrets:
23+
SCCM_GITHUB_APP_ID: ${{ secrets.SCCM_GITHUB_APP_ID }}
24+
SCCM_GITHUB_APP_PRIVATE_KEY: ${{ secrets.SCCM_GITHUB_APP_PRIVATE_KEY }}
25+
SCCM_SLACK_TOKEN: ${{ secrets.SCCM_SLACK_TOKEN }}

metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git-repo: https://github.com/AdobeDocs/experience-platform.en
1313
solution: Experience Platform
1414
type: Documentation
1515
index: yes
16-
role: Architect, Developer, Data Architect, Data Engineer, User, Admin, Leader
16+
role: Developer, User, Admin, Leader
1717
auto-video-transcripts: true
1818
---
1919

0 commit comments

Comments
 (0)