forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
23 lines (22 loc) · 858 Bytes
/
contribs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Contribs
on:
pull_request_target:
types: [opened, reopened]
jobs:
contribs:
runs-on: ubuntu-latest
name: Contribs
steps:
- name: Contribs
uses: carlescufi/action-contribs@main
with:
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
command: 'external'
messages: |
Thank you for your contribution!
It seems you are not a member of the nrfconnect GitHub organization.
At this time we are not accepting external contributions, but this may change soon.
Please visit https://devzone.nordicsemi.com/ to raise any issues you found or ask for help.
|
The author of this pull request has now been added to the nrfconnect GitHub organization.
labels: 'external'