File tree Expand file tree Collapse file tree 6 files changed +24
-25
lines changed Expand file tree Collapse file tree 6 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1
- on : ["pull_request"]
2
-
3
1
name : Coveralls
4
2
3
+ on : ["pull_request"]
4
+
5
5
jobs :
6
6
7
7
build :
Original file line number Diff line number Diff line change 24
24
token : ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
25
25
committer : ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
26
26
author : ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
27
- base : develop
27
+ base : main
28
28
branch : automation/models
29
29
title : ${{ steps.vars.outputs.pr_title }}
30
30
body : ${{ steps.vars.outputs.pr_body }}
Original file line number Diff line number Diff line change 30
30
develop-branch : main
31
31
version-files : package.json
32
32
pre-release : ${{ inputs.pre-release || false }}
33
- separator : .pre.beta
Original file line number Diff line number Diff line change 24
24
token : ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
25
25
committer : ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
26
26
author : ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
27
- base : develop
27
+ base : main
28
28
branch : automation/services
29
29
title : ${{ steps.vars.outputs.pr_title }}
30
30
body : ${{ steps.vars.outputs.pr_body }}
Original file line number Diff line number Diff line change 3
3
## How to contribute step-by-step
4
4
5
5
1 . Fork the ` Adyen/adyen-node-api-library ` repository.
6
- 2 . Create a new branch from ` develop ` in your fork. This makes it easier for you to keep track of your changes.
6
+ 2 . Create a new branch from ` main ` in your fork. This makes it easier for you to keep track of your changes.
7
7
3 . Make the desired changes to the code.
8
8
* If you are adding new functionality or fixing a bug, we recommend you add unit tests that cover it.
9
9
4 . Push the changes to your fork.
You can’t perform that action at this time.
0 commit comments