actions: Labeler and interaction actions have issues running from a non
authorized github token (When sending a PR from a fork for example)
This commit is contained in:
15
.github/workflows/greetings.yml
vendored
15
.github/workflows/greetings.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: First pull request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pr-message: 'Thank you for contributing to RunelitePlus! Please make sure to join our [Discord](https://discord.gg/Q7wFtCe) and link your GitHub account to your discord account by sending `!ghauth` to our bot.'
|
||||
12
.github/workflows/label.yml
vendored
12
.github/workflows/label.yml
vendored
@@ -1,12 +0,0 @@
|
||||
name: Pull request labeler
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user