mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: [CI] Minor improvements [CI] Remove unused social media notifications action
This commit is contained in:
commit
60cf216ce3
3 changed files with 1 additions and 36 deletions
2
.github/workflows/ci__full_2_0.yaml
vendored
2
.github/workflows/ci__full_2_0.yaml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
6
.github/workflows/upmerge_pr.yaml
vendored
6
.github/workflows/upmerge_pr.yaml
vendored
|
|
@ -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:
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue