File tree Expand file tree Collapse file tree 3 files changed +31
-12
lines changed
Expand file tree Collapse file tree 3 files changed +31
-12
lines changed Original file line number Diff line number Diff line change 1- # These owners will be the default owners for everything in
1+ # These owners will be the default owners for everything in
22# the repo. Unless a later match takes precedence,
3- # @department-of-veterans-affairs/ves-event-infra will be requested for
3+ # @department-of-veterans-affairs/ves-event-bus will be requested for
44# review when someone opens a pull request.
5- * @ department-of-veterans-affairs/ves-event-infra
5+ * @ department-of-veterans-affairs/ves-event-bus
6+
7+ # GitHub Actions Workflows and scripts
8+ /.github / @ department-of-veterans-affairs/ves-event-bus-infra
Original file line number Diff line number Diff line change 1+ name : Publish to CodeVA
2+ on :
3+ push :
4+ branches :
5+ - main
6+ paths-ignore :
7+ - ' .github/**'
8+ - ' **/README.md'
9+ workflow_dispatch :
10+
11+ permissions :
12+ contents : write
13+ jobs :
14+ publish-codeva :
15+ name : Publish CodeVA
16+ uses : department-of-veterans-affairs/code-va/.github/workflows/build-publish-docs.yaml@main
17+ with :
18+ branch : ${{ github.ref_name }}
19+ repository : ${{ github.repository }}
20+ secrets :
21+ token : ${{ secrets.READ_TEAM_PAT}}
Original file line number Diff line number Diff line change 1- name : Publish Documentation
1+ name : Publish to MKdocs
22on :
33 push :
44 branches :
55 - main
6+ paths-ignore :
7+ - ' .github/**'
8+ - ' **/README.md'
69 workflow_dispatch :
710
811permissions :
2225 - run : |
2326 pip install --only-binary=:all: -r requirements-lock.txt
2427 - run : mkdocs gh-deploy --force
25- publish-codeva :
26- name : Publish CodeVA
27- uses : department-of-veterans-affairs/code-va/.github/workflows/build-publish-docs.yaml@main
28- with :
29- branch : ${{ github.ref_name }}
30- repository : ${{ github.repository }}
31- secrets :
32- token : ${{ secrets.READ_TEAM_PAT}}
You can’t perform that action at this time.
0 commit comments