Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Feb 9, 2024
1 parent 4661868 commit 07dbc71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ body:
- [ ] Monitor integration tests, if integration fails, create priority issues on the board.
- [ ] Execute UAT tests (Optional).
#### Validation loop
**Note:** This section is applicable only for regulatory packages.
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/propagate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
# <username-1>
# <username-2>
# ...
- name: gexodus
files-to-propagate: '.github/ISSUE_TEMPLATE/release.yml .github/ISSUE_TEMPLATE/cran-release.yml'
# - name: teal.logger
# files-to-propagate: '.github/ISSUE_TEMPLATE/release.yml .github/ISSUE_TEMPLATE/cran-release.yml'
# - name: tern.mmrm
Expand Down Expand Up @@ -158,7 +156,7 @@ jobs:
branch: ${{ env.PR_BRANCH_NAME }}@${{ env.target_branch }}
create_branch: true

- name: Create Pull Request in ${{ matrix.repos.name }} repository
- name: Create and merge PR in ${{ matrix.repos.name }} repository
uses: actions/github-script@v7
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down

0 comments on commit 07dbc71

Please sign in to comment.