mirror of https://github.com/CGAL/cgal
Merge pull request #7871 from CGAL/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
This commit is contained in:
commit
fbc28fa3f4
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: remove label
|
name: remove label
|
||||||
steps:
|
steps:
|
||||||
- name: removelabel
|
- name: removelabel
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
name: "Tested",
|
name: "Tested",
|
||||||
});
|
});
|
||||||
- name: Post address
|
- name: Post address
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v7
|
||||||
id: get_round
|
id: get_round
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 'stop'
|
return 'stop'
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v7
|
||||||
if: steps.get_round.outputs.result != 'stop'
|
if: steps.get_round.outputs.result != 'stop'
|
||||||
id: get_pr_number
|
id: get_pr_number
|
||||||
with:
|
with:
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
return pr_number
|
return pr_number
|
||||||
|
|
||||||
- name: Emoji-comment
|
- name: Emoji-comment
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
if: steps.get_round.outputs.result != 'stop'
|
if: steps.get_round.outputs.result != 'stop'
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Post address
|
- name: Post address
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
if: ${{ success() && steps.get_round.outputs.result != 'stop' }}
|
if: ${{ success() && steps.get_round.outputs.result != 'stop' }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -154,7 +154,7 @@ jobs:
|
||||||
- name: Post error
|
- name: Post error
|
||||||
env:
|
env:
|
||||||
ERRORMSG: ${{steps.build_and_run.outputs.DoxygenError}}
|
ERRORMSG: ${{steps.build_and_run.outputs.DoxygenError}}
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
if: ${{ failure() && steps.get_round.outputs.result != 'stop' }}
|
if: ${{ failure() && steps.get_round.outputs.result != 'stop' }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
if: (github.event.comment.user.login == 'sloriot' || github.event.comment.user.login == 'lrineau') && contains(github.event.comment.body, '/testme')
|
if: (github.event.comment.user.login == 'sloriot' || github.event.comment.user.login == 'lrineau') && contains(github.event.comment.body, '/testme')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v7
|
||||||
id: get_label
|
id: get_label
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
ssh ${HOST} "${PATH_TO_SCRIPT}/run_testsuite_from_branch_name.sh $USER_NAME $BRANCH_NAME $BASE $PR_NUMBER"
|
ssh ${HOST} "${PATH_TO_SCRIPT}/run_testsuite_from_branch_name.sh $USER_NAME $BRANCH_NAME $BASE $PR_NUMBER"
|
||||||
done
|
done
|
||||||
- name: Post address
|
- name: Post address
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const address = "Testsuite launched. Results will appear on the following page: https://cgal.geometryfactory.com/~cgaltest/test_suite/TESTRESULTS/index.shtml "
|
const address = "Testsuite launched. Results will appear on the following page: https://cgal.geometryfactory.com/~cgaltest/test_suite/TESTRESULTS/index.shtml "
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
messages: ${{ steps.set-result.outputs.result }}
|
messages: ${{ steps.set-result.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- name: get informations and prepare email
|
- name: get informations and prepare email
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: set-result
|
id: set-result
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue