From a4b3a3b28cd1266ee4c2ecd95e231a6aa3567f14 Mon Sep 17 00:00:00 2001 From: Jaafar Rammal <45538723+JaafarRammal@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:07:36 +0000 Subject: [PATCH] Hotfix CICD (#5) * Update latex.yml * Update README.md --- .github/workflows/latex.yml | 9 --------- README.md | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index d10aca9..c99bef7 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -21,12 +21,3 @@ jobs: with: name: Compiled PDF path: main.pdf - - uses: actions/github-script@v5 - with: - script: | - github.rest.issues.createComment({ - issue_number: context.issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - body: 'Compiled PDF successfully! You can view the PDF in the "Checks" tab of this PR under "Artifacts"' - }) \ No newline at end of file diff --git a/README.md b/README.md index b1b0fc6..2a7eb3b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The following guidelines apply to this Github repository: - Each team has a separate branch and its team members first commit their changes to their branch. - Each branch can be merged to the master branch via a pull request. - The pull requests must be reviewed before approval by two members of the "editor team". The members of the "editor team" are owners of this repository, which allows them to approve the pull requests. -- If you are a member of the "editor team", do not approve your own pull request. +- If you are a member of the "editor team", do not approve your own pull request. +- Pull requests have a pipeline which compiles the PDF. You can see the compiled document in the PR by going to `Checks` and then `Artifacts` > TO DO: define the exact role of the "editor team" and choose its members