diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 962fa9a..f54d69e 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -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. diff --git a/.github/workflows/propagate.yml b/.github/workflows/propagate.yml index 91ce057..d261c65 100644 --- a/.github/workflows/propagate.yml +++ b/.github/workflows/propagate.yml @@ -40,8 +40,6 @@ jobs: # # # ... - - 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 @@ -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 }}