generated from NHSDigital/nhs-notify-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62382de
commit 5384c89
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,10 @@ jobs: | |
|
||
- name: Run syncronisation script | ||
run: | | ||
set -x | ||
ls -la nhs-notify-repository-template/ | ||
./scripts/githooks/sync-template-repo.sh | ||
- name: Create Pull Request | ||
if: ${{ !env.ACT }} | ||
uses: peter-evans/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -43,15 +42,12 @@ jobs: | |
# Resultant drift from repository template | ||
## Who should respond to this PR? | ||
The team which owns the responsibility for the services the repository maintains | ||
The team which owns the responsibility for this component repository. You may want to consult other contributors. | ||
## How to progress this PR | ||
The repositories guardians should review the contents of the PR and decide | ||
how to proceed, you may wish to back-out certain changes or accept them from the upstream | ||
`nhsdigital/nhs-notify-repository-template` repository. | ||
The repositories guardians should review the contents of the PR and decide how to proceed, you may wish to back-out certain changes or accept them from the upstream `nhsdigital/nhs-notify-repository-template` repository. | ||
If there are changes you do not wish to see again, it is recommended you add exclusions to | ||
`scripts/config/.repository-template-sync-ignore` | ||
If there are changes you do not wish to see again, it is recommended you add exclusions to `scripts/config/.repository-template-sync-ignore`. | ||
labels: | | ||
template | ||
automation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters