summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2022-11-16 08:52:37 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2022-11-16 08:52:37 +0100
commit29ba2220a1869c74a7f2434a99693b7a106dfb91 (patch)
treedbee79c4a5ed53dfae4e3f0ca67c463b244d2fd0 /.github
parent083e9dd71fa2ea4355e0f08529883cffffd91107 (diff)
downloadelementary-xfce-29ba2220a1869c74a7f2434a99693b7a106dfb91.tar.gz
ci: Drop PR comment step
This step always fails on PRs that are coming from forks due to permission issues. It seems there is no good solution for this problem.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull-request.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index a84449a3..90a34f53 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -27,14 +27,3 @@ jobs:
with:
name: elementary-xfce
path: build/elementary-xfce.tar.gz
- - name: Add comment with link
- uses: actions/github-script@v5
- with:
- github-token: ${{secrets.GITHUB_TOKEN}}
- script: |
- github.rest.issues.createComment({
- issue_number: context.issue.number,
- owner: context.repo.owner,
- repo: context.repo.repo,
- body: "Get the theme build from this PR for easy local testing: [elementary-xfce.zip](https://nightly.link/shimmerproject/elementary-xfce/actions/runs/${{ github.run_id }}/elementary-xfce.zip)"
- })