This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d71426  Add PR Automation and stale actions
4d71426 is described below

commit 4d71426c8beb5c91bd58e987a2e896e517333aba
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Mar 7 22:39:39 2025 +0100

    Add PR Automation and stale actions
---
 .github/release-drafter.yml                                 |  2 +-
 .../{release-drafter.yml => workflows/pr-automation.yml}    | 12 ++++++++++--
 .github/{release-drafter.yml => workflows/stale.yml}        | 13 +++++++++++--
 3 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 0b40391..2ecce80 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,4 +16,4 @@
 # under the License.
 
 _extends: maven-gh-actions-shared
-tag-template: maven-fluido-skin-$NEXT_MINOR_VERSION
+tag-template: maven-fluido-skin-$RESOLVED_VERSION
diff --git a/.github/release-drafter.yml b/.github/workflows/pr-automation.yml
similarity index 79%
copy from .github/release-drafter.yml
copy to .github/workflows/pr-automation.yml
index 0b40391..5307595 100644
--- a/.github/release-drafter.yml
+++ b/.github/workflows/pr-automation.yml
@@ -15,5 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-_extends: maven-gh-actions-shared
-tag-template: maven-fluido-skin-$NEXT_MINOR_VERSION
+name: PR Automation
+on:
+  pull_request_target:
+    types:
+      - closed
+
+jobs:
+  pr-automation:
+    name: PR Automation
+    uses: apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml@v4
diff --git a/.github/release-drafter.yml b/.github/workflows/stale.yml
similarity index 80%
copy from .github/release-drafter.yml
copy to .github/workflows/stale.yml
index 0b40391..f8c678a 100644
--- a/.github/release-drafter.yml
+++ b/.github/workflows/stale.yml
@@ -15,5 +15,14 @@
 # specific language governing permissions and limitations
 # under the License.
 
-_extends: maven-gh-actions-shared
-tag-template: maven-fluido-skin-$NEXT_MINOR_VERSION
+name: Stale
+
+on:
+  schedule:
+    - cron: '11 4 * * *'
+  issue_comment:
+    types: [ 'created' ]
+
+jobs:
+  stale:
+    uses: 'apache/maven-gh-actions-shared/.github/workflows/stale.yml@v4'

Reply via email to