Merge branch '1.13' into 1.14

* 1.13:
  [CI] Minor improvements
  [CI] Remove unused social media notifications action
This commit is contained in:
Grzegorz Sadowski 2024-09-25 07:26:16 +02:00
commit 60cf216ce3
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
3 changed files with 1 additions and 36 deletions

View file

@ -103,7 +103,7 @@ jobs:
channel: "#daily-build"
username: "GitHub Actions"
text: |
*<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | ${{ github.workflow }} #${{ github.run_number }} build on ${{ github.repository }} repository has been completed ${{ steps.process-data.outputs.branch }} branch.>*
*<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | ${{ github.workflow }} #${{ github.run_number }} build on ${{ github.repository }} repository has been completed for ${{ steps.process-data.outputs.branch }} branch.>*
${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks
${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB)

View file

@ -1,29 +0,0 @@
name: Social media notifications
on:
release:
types: [created]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Tweet about new release
uses: Eomm/why-don-t-you-tweet@v1
with:
tweet-message: "🤖 New #Sylius release: ${{ github.event.release.tag_name }} (${{ steps.date.outputs.date }})\n\n ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.event.release.tag_name }}"
env:
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

View file

@ -29,12 +29,6 @@ jobs:
-
base_branch: "1.14"
target_branch: "2.0"
-
base_branch: "2.0"
target_branch: "symfony-7"
-
base_branch: "2.0"
target_branch: "payment-request"
steps:
-