File: first_interaction.yml

package info (click to toggle)
dipy 1.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,144 kB
  • sloc: python: 92,240; makefile: 272; pascal: 183; sh: 162; ansic: 106
file content (44 lines) | stat: -rw-r--r-- 2,117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: First interaction

on:
  - pull_request_target
  - issues

jobs:
  build:
    runs-on: ubuntu-latest
    permissions:
      pull-requests: write
      issues: write

    steps:
    - uses: actions/first-interaction@v1
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        issue-message: |
          Thank you for contributing an issue !

          **We are glad that you are finding DIPY useful !**

          This is an automatic message. Allow for time for DIPY maintainers to be able to read the issue and comment on it.

          If asking for help or advice, please move the issue to the [Discussions section](https://github.com/dipy/dipy/discussions): issues are intended to request new features or to report bugs.

          We would appreciate if you took the time to submit a pull request to fix this issue should it happen to be one.

          Please read our [CODE OF CONDUCT](https://github.com/dipy/dipy/blob/master/.github/CODE_OF_CONDUCT.md) and our [CONTRIBUTING guidelines](https://github.com/dipy/dipy/blob/master/.github/CONTRIBUTING.md) if you have not done that already :book:.

        pr-message: |
          Thank you for contributing a pull request !

          **We are glad that you are finding DIPY useful !**

          This is an automatic message. Allow for time for DIPY maintainers to be able to read this pull request and comment on it.

          Note that we require the **code formatting**, **testing** and **documentation builds** to **pass** in order to merge your pull request.

          GitHub will report on the status of each aspect as the builds become available. **Please, check their status and make the appropriate changes as necessary**.

          It is **your responsibility** to ensure that the above checks pass to have your pull request reviewed in a timely manner and merged :mag:.

          Please read our [CODE OF CONDUCT](https://github.com/dipy/dipy/blob/master/.github/CODE_OF_CONDUCT.md) and our [CONTRIBUTING guidelines](https://github.com/dipy/dipy/blob/master/.github/CONTRIBUTING.md) if you have not done that already :book:.