File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 runs-on : ubuntu-latest
2020 steps :
21- - name : Check out code
22- uses : actions/checkout@v4
23- - name : Set up Java
24- uses : actions/setup-java@v4
21+ - name : Create Backport Issue
22+ uses : spring-io/backport-bot@v0.0.1
2523 with :
26- distribution : ' liberica'
27- java-version : 17
28- - name : Download BackportBot
29- run : wget https://github.com/spring-io/backport-bot/releases/download/latest/backport-bot-0.0.1-SNAPSHOT.jar
30- - name : Backport
31- env :
32- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33- GITHUB_EVENT : ${{ toJSON(github.event) }}
34- run : java -jar backport-bot-0.0.1-SNAPSHOT.jar --github.accessToken="$GITHUB_TOKEN" --github.event_name "$GITHUB_EVENT_NAME" --github.event "$GITHUB_EVENT"
24+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments