Skip to content

Commit 90c037d

Browse files
HannesWellakurtakov
authored andcommitted
[Build] Activate workflow for automated version increments
Set up for this repository the workflow for automated version increments in pull-requests added via - eclipse-platform/eclipse.platform.releng.aggregator#2352
1 parent 9cfb980 commit 90c037d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Fast running checks for pull-requests
2+
3+
name: Pull-Request Checks
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
8+
on:
9+
pull_request
10+
11+
jobs:
12+
check-versions:
13+
if: github.base_ref == 'master'
14+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
15+
with:
16+
botName: Eclipse JDT Bot
17+

0 commit comments

Comments
 (0)