.github/workflows: use notices instead of privmsg
this prevents the bot from joining.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/notify-irc.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/notify-irc.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|         uses: rectalogic/notify-irc@v1 | ||||
|         if: github.event_name == 'push' && github.repository == 'void-linux/void-packages' | ||||
|         with: | ||||
|           #notice: true | ||||
|           notice: true | ||||
|           channel: "#xbps" | ||||
|           nickname: void-packages | ||||
|           sasl_password: ${{ secrets.freenode_password_void_packages }} | ||||
| @@ -25,7 +25,7 @@ jobs: | ||||
|         uses: rectalogic/notify-irc@v1 | ||||
|         if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages' | ||||
|         with: | ||||
|           #notice: true | ||||
|           notice: true | ||||
|           channel: "#xbps" | ||||
|           nickname: void-packages | ||||
|           sasl_password: ${{ secrets.freenode_password_void_packages }} | ||||
| @@ -35,7 +35,7 @@ jobs: | ||||
|         uses: rectalogic/notify-irc@v1 | ||||
|         if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages' | ||||
|         with: | ||||
|           #notice: true | ||||
|           notice: true | ||||
|           channel: "#xbps" | ||||
|           nickname: void-packages | ||||
|           sasl_password: ${{ secrets.freenode_password_void_packages }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Enno Boland
					Enno Boland