We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176c02c commit 64ce21aCopy full SHA for 64ce21a
.github/workflows/fpm-deployment.yml
@@ -1,6 +1,6 @@
1
name: fpm-deployment
2
3
-on: [push, pull_request]
+on: [push, pull, pull_request]
4
5
jobs:
6
test:
.github/workflows/sync.yml
@@ -32,6 +32,11 @@ jobs:
32
run: |
33
git merge upstream/master --allow-unrelated-histories --no-edit
34
35
+ - name: match upstream's commit message
36
+ run: |
37
+ MSG="$(git log -1 --pretty=%B upstream/master)"
38
+ git commit --amend -m "$MSG"
39
+
40
- name: commit & push
41
42
git config user.name "github-actions[bot]"
0 commit comments