Skip to content

Commit 26cfad8

Browse files
authored
ci: clean jobs (#290)
- remove R cmd check on `3.6.3` R version because we no longer want to support this version. - remove slack notification on release. This no longer required by people maintaining this package.
1 parent a0c8aa2 commit 26cfad8

2 files changed

Lines changed: 0 additions & 47 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
config:
43-
- {os: ubuntu-24.04, r: '3.6.3'}
4443
- {os: ubuntu-24.04, r: '4.1.1'}
4544
# CRAN submission required to use this R version
4645
- {os: ubuntu-24.04, r: 'release'}

.github/workflows/release.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -72,49 +72,3 @@ jobs:
7272
- name: Push commits and tags
7373
run: |
7474
git push && git push --tags
75-
76-
- name: Send message to Slack channel
77-
if: success()
78-
uses: slackapi/slack-github-action@v1.27.0
79-
with:
80-
channel-id: 'CSF7TG6N5'
81-
payload: |
82-
{
83-
"blocks": [
84-
{
85-
"type": "header",
86-
"text": {
87-
"type": "plain_text",
88-
"text": ":mega: bpmnVisualizationR release ${{ steps.release_version.outputs.version_tag }}",
89-
"emoji": true
90-
}
91-
},
92-
{
93-
"type": "divider"
94-
},
95-
{
96-
"type": "section",
97-
"accessory": {
98-
"type": "image",
99-
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/R_logo.svg/1448px-R_logo.svg.png",
100-
"alt_text": "Haunted hotel image"
101-
},
102-
"text": {
103-
"type": "mrkdwn",
104-
"text": "- <https://github.com/${{github.repository}}/tree/${{ steps.release_version.outputs.version_tag }}|Tag> done :heavy_check_mark:"
105-
}
106-
},
107-
{
108-
"type": "divider"
109-
},
110-
{
111-
"type": "section",
112-
"text": {
113-
"type": "mrkdwn",
114-
"text": "See the next steps <https://github.com/${{github.repository}}/blob/main/MAINTAINERS.md#release-process|here> :arrow_left:"
115-
}
116-
}
117-
]
118-
}
119-
env:
120-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)