Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-24.04, r: '3.6.3'}
- {os: ubuntu-24.04, r: '4.1.1'}
# CRAN submission required to use this R version
- {os: ubuntu-24.04, r: 'release'}
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,49 +72,3 @@ jobs:
- name: Push commits and tags
run: |
git push && git push --tags

- name: Send message to Slack channel
if: success()
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: 'CSF7TG6N5'
payload: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":mega: bpmnVisualizationR release ${{ steps.release_version.outputs.version_tag }}",
"emoji": true
}
},
{
"type": "divider"
},
{
"type": "section",
"accessory": {
"type": "image",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/R_logo.svg/1448px-R_logo.svg.png",
"alt_text": "Haunted hotel image"
},
"text": {
"type": "mrkdwn",
"text": "- <https://github.com/${{github.repository}}/tree/${{ steps.release_version.outputs.version_tag }}|Tag> done :heavy_check_mark:"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "See the next steps <https://github.com/${{github.repository}}/blob/main/MAINTAINERS.md#release-process|here> :arrow_left:"
}
}
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}