aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-15 07:05:17 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-15 07:14:13 +0530
commit2e0d17973437716a7b8db25101ed1c26e2070f28 (patch)
treedba363e4b26c83a1d73d2801c3f52ad9698f8641 /.github
parent5.6.3-nightly.3 [skip ci] (diff)
downloadferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.tar.gz
ferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.tar.zst
ferdium-app-2e0d17973437716a7b8db25101ed1c26e2070f28.zip
docs: fix link in bug_report template [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/workflows/ferdi-first-time-contributor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index cad16ecae..020d6ff58 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -3,7 +3,7 @@ name: Bug report
3about: Create a report to help us improve 3about: Create a report to help us improve
4--- 4---
5<!-- 5<!--
6Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug at https://github.com/getferdi/recipes/issue 6Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug at https://github.com/getferdi/recipes/issues
7Please remember to read the self-help documentation at https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help - in case it helps you unblock yourself. 7Please remember to read the self-help documentation at https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help - in case it helps you unblock yourself.
8 8
9Please fill our form below, this way we can analyse and fix the problem as fast as possible. 9Please fill our form below, this way we can analyse and fix the problem as fast as possible.
diff --git a/.github/workflows/ferdi-first-time-contributor.yml b/.github/workflows/ferdi-first-time-contributor.yml
index 7a1382a03..22bd4f8e0 100644
--- a/.github/workflows/ferdi-first-time-contributor.yml
+++ b/.github/workflows/ferdi-first-time-contributor.yml
@@ -10,7 +10,7 @@ jobs:
10 steps: 10 steps:
11 - uses: actions/github-script@v4 11 - uses: actions/github-script@v4
12 with: 12 with:
13 github-token: ${{ secrets.GITHUB_TOKEN }} 13 github-token: ${{ secrets.FERDI_PUBLISH_TOKEN }}
14 script: | 14 script: |
15 // Get a list of all issues created by the PR opener 15 // Get a list of all issues created by the PR opener
16 // See: https://octokit.github.io/rest.js/#pagination 16 // See: https://octokit.github.io/rest.js/#pagination